Html Css Color HEX #AA9CEA Biloba Flower

📋 copy color: '#AA9CEA'

red 170 ◦ green 156 ◦ blue 234

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

Shades of Biloba Flower #AA9CEA

Tints of Biloba Flower #AA9CEA

RGB

 RED value IS 170 (66.8% from 255) = 30.36%

 GREEN value IS 156 (61.33% from 255) = 27.86%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 30.36%
G = 27.86%
B = 41.79%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA9CEA (or 0xAA9CEA) is known color: Biloba Flower. HEX triplet: AA, 9C and EA. RGB value is (170,156,234). Sum of RGB (Red+Green+Blue) = 170+156+234=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CEA is #556315. Grayscale: #A8A8A8. Windows color (decimal): -5595926 or 15375530. OLE color: 15375530.

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

Color convert

RGB 170 156 234 -
CMYK 0.27 0.33 0 0.08
HSL 250.77º 0.65% 0.76% -
HSV(B) 250.77º 0.33% 0.92% -
XYZ 43.32 38.26 82.94 -
YUV 169.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 170 156 234 0.27 0.33 0 0.08 250.77 0.65 0.76
Hex AA 9C EA 1B 21 0 8 FB 41 4C
Octal 252 234 352 33 41 0 10 373 101 114
Binary 10101010 10011100 11101010 11011 100001 0 1000 11111011 1000001 1001100

Color Harmonies of #AA9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CEA

Black with #AA9CEA

Text Example


Text Example

White with #AA9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CEA; }

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

 H1.HeaderClassName
 {
   color: #AA9CEA;
 }
 .AnyTagClassName
 {
   color: #AA9CEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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