Html Css Color HEX #AA99DE Biloba Flower

📋 copy color: '#AA99DE'

red 170 ◦ green 153 ◦ blue 222

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

Shades of Biloba Flower #AA99DE

Tints of Biloba Flower #AA99DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 31.19%
G = 28.07%
B = 40.73%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA99DE (or 0xAA99DE) is known color: Biloba Flower. HEX triplet: AA, 99 and DE. RGB value is (170,153,222). Sum of RGB (Red+Green+Blue) = 170+153+222=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DE is #556621. Grayscale: #A5A5A5. Windows color (decimal): -5596706 or 14588330. OLE color: 14588330.

HSL color Cylindrical-coordinate representation of color #AA99DE: hue angle of 254.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA99DE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 153 222 -
CMYK 0.23 0.31 0 0.13
HSL 254.78º 0.51% 0.74% -
HSV(B) 254.78º 0.31% 0.87% -
XYZ 41.15 36.6 74 -
YUV 165.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 170 153 222 0.23 0.31 0 0.13 254.78 0.51 0.74
Hex AA 99 DE 17 1F 0 D FF 33 4A
Octal 252 231 336 27 37 0 15 377 63 112
Binary 10101010 10011001 11011110 10111 11111 0 1101 11111111 110011 1001010

Color Harmonies of #AA99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99DE

Black with #AA99DE

Text Example


Text Example

White with #AA99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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