Html Css Color HEX #AA9CE9 Biloba Flower

📋 copy color: '#AA9CE9'

red 170 ◦ green 156 ◦ blue 233

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

Shades of Biloba Flower #AA9CE9

Tints of Biloba Flower #AA9CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.68%

R = 30.41%
G = 27.91%
B = 41.68%

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

#AA9CE9 (or 0xAA9CE9) is known color: Biloba Flower. HEX triplet: AA, 9C and E9. RGB value is (170,156,233). Sum of RGB (Red+Green+Blue) = 170+156+233=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA9CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CE9 is #556316. Grayscale: #A8A8A8. Windows color (decimal): -5595927 or 15309994. OLE color: 15309994.

HSL color Cylindrical-coordinate representation of color #AA9CE9: hue angle of 250.91º degrees, saturation: 0.64, 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 #AA9CE9 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 156 233 -
CMYK 0.27 0.33 0 0.09
HSL 250.91º 0.64% 0.76% -
HSV(B) 250.91º 0.33% 0.91% -
XYZ 43.17 38.21 82.19 -
YUV 168.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 170 156 233 0.27 0.33 0 0.09 250.91 0.64 0.76
Hex AA 9C E9 1B 21 0 9 FB 40 4C
Octal 252 234 351 33 41 0 11 373 100 114
Binary 10101010 10011100 11101001 11011 100001 0 1001 11111011 1000000 1001100

Color Harmonies of #AA9CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CE9

Black with #AA9CE9

Text Example


Text Example

White with #AA9CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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