#AC98F0

Color #AC98F0 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC98F0

Tints of Biloba Flower #AC98F0

Color information

#AC98F0 (or 0xAC98F0) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and F0. RGB value is (172,152,240). Sum of RGB (Red+Green+Blue) = 172+152+240=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC98F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98F0 is #53670F. Grayscale: #A7A7A7. Windows color (decimal): -5465872 or 15767724. OLE color: 15767724.

HSL color Cylindrical-coordinate representation of color #AC98F0: hue angle of 253.64º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC98F0 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172152240-
CMYK0.280.3700.06
HSL253.64º74.58%76.86%-
HSV(B)253.64º36.67%94.12%-
XYZ43.9737.5287.36-
YUV168.01168.63130.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 240 (94.14% from 255) = 42.55%
R=30.50%
G=26.95%
B=42.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721522400.280.3700.06253.6474.5876.86
HexAC98F01C2506fe4b4d
Octal254230360344506376113115
Binary1010110010011000111100001110010010101101111111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98F0; }

 p { color: rgb(172,152,240); }

 H1.HeaderClassName
 {
   color: #AC98F0;
 }
 .AnyTagClassName
 {
   color: #AC98F0;
 }
</style>
background-color css

<style>
 a { background-color: #AC98F0; }

 a { background-color: rgb(172,152,240); }

 div.DivClassName
 {
   background-color: #AC98F0;
 }
 .BgClassName
 {
   background-color: #AC98F0;
 }
</style>
border-color css

<style>
 span { border-color: #AC98F0; }

 span { border-color: rgb(172,152,240); }

 td.TdClassName
 {
   border-color: #AC98F0;
 }
 .TagClassName
 {
   border-color: #AC98F0;
 }
</style>