Html Css Color HEX #AA99EE Biloba Flower

📋 copy color: '#AA99EE'

red 170 ◦ green 153 ◦ blue 238

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

Shades of Biloba Flower #AA99EE

Tints of Biloba Flower #AA99EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 30.3%
G = 27.27%
B = 42.42%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA99EE (or 0xAA99EE) is known color: Biloba Flower. HEX triplet: AA, 99 and EE. RGB value is (170,153,238). Sum of RGB (Red+Green+Blue) = 170+153+238=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99EE is #556611. Grayscale: #A7A7A7. Windows color (decimal): -5596690 or 15636906. OLE color: 15636906.

HSL color Cylindrical-coordinate representation of color #AA99EE: hue angle of 252º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA99EE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 153 238 -
CMYK 0.29 0.36 0 0.07
HSL 252º 0.71% 0.77% -
HSV(B) 252º 0.36% 0.93% -
XYZ 43.4 37.5 85.84 -
YUV 167.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 170 153 238 0.29 0.36 0 0.07 252 0.71 0.77
Hex AA 99 EE 1D 24 0 7 FC 47 4D
Octal 252 231 356 35 44 0 7 374 107 115
Binary 10101010 10011001 11101110 11101 100100 0 111 11111100 1000111 1001101

Color Harmonies of #AA99EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99EE

Black with #AA99EE

Text Example


Text Example

White with #AA99EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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