Html Css Color HEX #AA99E2 Biloba Flower

📋 copy color: '#AA99E2'

red 170 ◦ green 153 ◦ blue 226

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

Shades of Biloba Flower #AA99E2

Tints of Biloba Flower #AA99E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.17%

R = 30.97%
G = 27.87%
B = 41.17%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA99E2 (or 0xAA99E2) is known color: Biloba Flower. HEX triplet: AA, 99 and E2. RGB value is (170,153,226). Sum of RGB (Red+Green+Blue) = 170+153+226=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA99E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99E2 is #55661D. Grayscale: #A6A6A6. Windows color (decimal): -5596702 or 14850474. OLE color: 14850474.

HSL color Cylindrical-coordinate representation of color #AA99E2: hue angle of 253.97º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA99E2 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 153 226 -
CMYK 0.25 0.32 0 0.11
HSL 253.97º 0.56% 0.74% -
HSV(B) 253.97º 0.32% 0.89% -
XYZ 41.7 36.82 76.86 -
YUV 166.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 170 153 226 0.25 0.32 0 0.11 253.97 0.56 0.74
Hex AA 99 E2 19 20 0 B FE 38 4A
Octal 252 231 342 31 40 0 13 376 70 112
Binary 10101010 10011001 11100010 11001 100000 0 1011 11111110 111000 1001010

Color Harmonies of #AA99E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99E2

Black with #AA99E2

Text Example


Text Example

White with #AA99E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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