Html Css Color HEX #AA99CE Biloba Flower

📋 copy color: '#AA99CE'

red 170 ◦ green 153 ◦ blue 206

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

Shades of Biloba Flower #AA99CE

Tints of Biloba Flower #AA99CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.92%

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 32.14%
G = 28.92%
B = 38.94%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA99CE (or 0xAA99CE) is known color: Biloba Flower. HEX triplet: AA, 99 and CE. RGB value is (170,153,206). Sum of RGB (Red+Green+Blue) = 170+153+206=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99CE is #556631. Grayscale: #A3A3A3. Windows color (decimal): -5596722 or 13539754. OLE color: 13539754.

HSL color Cylindrical-coordinate representation of color #AA99CE: hue angle of 259.25º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA99CE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 153 206 -
CMYK 0.17 0.26 0 0.19
HSL 259.25º 0.35% 0.7% -
HSV(B) 259.25º 0.26% 0.81% -
XYZ 39.11 35.78 63.24 -
YUV 164.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 170 153 206 0.17 0.26 0 0.19 259.25 0.35 0.7
Hex AA 99 CE 11 1A 0 13 103 23 46
Octal 252 231 316 21 32 0 23 403 43 106
Binary 10101010 10011001 11001110 10001 11010 0 10011 100000011 100011 1000110

Color Harmonies of #AA99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99CE

Black with #AA99CE

Text Example


Text Example

White with #AA99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99CE; }

 p { color: rgb(170,153,206); }

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

background-color css

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

 a { background-color: rgb(170,153,206); }

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

border-color css

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

 span { border-color: rgb(170,153,206); }

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