Html Css Color HEX #AA99EC Biloba Flower

📋 copy color: '#AA99EC'

red 170 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #AA99EC

Tints of Biloba Flower #AA99EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 30.41%
G = 27.37%
B = 42.22%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA99EC (or 0xAA99EC) is known color: Biloba Flower. HEX triplet: AA, 99 and EC. RGB value is (170,153,236). Sum of RGB (Red+Green+Blue) = 170+153+236=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA99EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99EC is #556613. Grayscale: #A7A7A7. Windows color (decimal): -5596692 or 15505834. OLE color: 15505834.

HSL color Cylindrical-coordinate representation of color #AA99EC: hue angle of 252.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA99EC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 153 236 -
CMYK 0.28 0.35 0 0.07
HSL 252.29º 0.69% 0.76% -
HSV(B) 252.29º 0.35% 0.93% -
XYZ 43.11 37.38 84.3 -
YUV 167.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 170 153 236 0.28 0.35 0 0.07 252.29 0.69 0.76
Hex AA 99 EC 1C 23 0 7 FC 45 4C
Octal 252 231 354 34 43 0 7 374 105 114
Binary 10101010 10011001 11101100 11100 100011 0 111 11111100 1000101 1001100

Color Harmonies of #AA99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99EC

Black with #AA99EC

Text Example


Text Example

White with #AA99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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