#AA9CE8

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

Shades of Biloba Flower #AA9CE8

Tints of Biloba Flower #AA9CE8

Color information

#AA9CE8 (or 0xAA9CE8) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and E8. RGB value is (170,156,232). Sum of RGB (Red+Green+Blue) = 170+156+232=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA9CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CE8 is #556317. Grayscale: #A8A8A8. Windows color (decimal): -5595928 or 15244458. OLE color: 15244458.

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

Color convert

RGB170156232-
CMYK0.270.3300.09
HSL251.05º62.3%76.08%-
HSV(B)251.05º32.76%90.98%-
XYZ43.0338.1581.44-
YUV168.85163.64128.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 232 (91.02% from 255) = 41.58%
R=30.47%
G=27.96%
B=41.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701562320.270.3300.09251.0562.376.08
HexAA9CE81B2109fb3e4c
Octal252234350334101137376114
Binary1010101010011100111010001101110000101001111110111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CE8; }

 p { color: rgb(170,156,232); }

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

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

 a { background-color: rgb(170,156,232); }

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

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

 span { border-color: rgb(170,156,232); }

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