Html Css Color HEX #AA9CE0 Biloba Flower

📋 copy color: '#AA9CE0'

red 170 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #AA9CE0

Tints of Biloba Flower #AA9CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 30.91%
G = 28.36%
B = 40.73%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA9CE0 (or 0xAA9CE0) is known color: Biloba Flower. HEX triplet: AA, 9C and E0. RGB value is (170,156,224). Sum of RGB (Red+Green+Blue) = 170+156+224=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CE0 is #55631F. Grayscale: #A7A7A7. Windows color (decimal): -5595936 or 14720170. OLE color: 14720170.

HSL color Cylindrical-coordinate representation of color #AA9CE0: hue angle of 252.35º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9CE0 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 156 224 -
CMYK 0.24 0.30 0 0.12
HSL 252.35º 0.52% 0.75% -
HSV(B) 252.35º 0.3% 0.88% -
XYZ 41.92 37.7 75.59 -
YUV 167.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 170 156 224 0.24 0.30 0 0.12 252.35 0.52 0.75
Hex AA 9C E0 18 1E 0 C FC 34 4B
Octal 252 234 340 30 36 0 14 374 64 113
Binary 10101010 10011100 11100000 11000 11110 0 1100 11111100 110100 1001011

Color Harmonies of #AA9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CE0

Black with #AA9CE0

Text Example


Text Example

White with #AA9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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