#AC9EE8

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

Shades of Biloba Flower #AC9EE8

Tints of Biloba Flower #AC9EE8

Color information

#AC9EE8 (or 0xAC9EE8) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and E8. RGB value is (172,158,232). Sum of RGB (Red+Green+Blue) = 172+158+232=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC9EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EE8 is #536117. Grayscale: #AAAAAA. Windows color (decimal): -5464344 or 15244972. OLE color: 15244972.

HSL color Cylindrical-coordinate representation of color #AC9EE8: hue angle of 251.35º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9EE8 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172158232-
CMYK0.260.3200.09
HSL251.35º61.67%76.47%-
HSV(B)251.35º31.9%90.98%-
XYZ43.8139.0581.57-
YUV170.62162.64128.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=30.60%
G=28.11%
B=41.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721582320.260.3200.09251.3561.6776.47
HexAC9EE81A2009fb3e4c
Octal254236350324001137376114
Binary1010110010011110111010001101010000001001111110111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EE8; }

 p { color: rgb(172,158,232); }

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

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

 a { background-color: rgb(172,158,232); }

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

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

 span { border-color: rgb(172,158,232); }

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