Html Css Color HEX #AA9CE8 Biloba Flower

📋 copy color: '#AA9CE8'

red 170 ◦ green 156 ◦ blue 232

#AA9CE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA9CE8

Tints of Biloba Flower #AA9CE8

RGB

 RED value IS 170 (66.8% 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 value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA9CE8 (or 0xAA9CE8) is known color: 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

RGB 170 156 232 -
CMYK 0.27 0.33 0 0.09
HSL 251.05º 0.62% 0.76% -
HSV(B) 251.05º 0.33% 0.91% -
XYZ 43.03 38.15 81.44 -
YUV 168.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 170 156 232 0.27 0.33 0 0.09 251.05 0.62 0.76
Hex AA 9C E8 1B 21 0 9 FB 3E 4C
Octal 252 234 350 33 41 0 11 373 76 114
Binary 10101010 10011100 11101000 11011 100001 0 1001 11111011 111110 1001100

Color Harmonies of #AA9CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CE8

Black with #AA9CE8

Text Example


Text Example

White with #AA9CE8

Text Example


Text Example

HTML Codes & Css Web 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>