Html Css Color HEX #AA99E7 Biloba Flower

📋 copy color: '#AA99E7'

red 170 ◦ green 153 ◦ blue 231

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

Shades of Biloba Flower #AA99E7

Tints of Biloba Flower #AA99E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.7%

R = 30.69%
G = 27.62%
B = 41.7%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA99E7 (or 0xAA99E7) is known color: Biloba Flower. HEX triplet: AA, 99 and E7. RGB value is (170,153,231). Sum of RGB (Red+Green+Blue) = 170+153+231=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA99E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99E7 is #556618. Grayscale: #A6A6A6. Windows color (decimal): -5596697 or 15178154. OLE color: 15178154.

HSL color Cylindrical-coordinate representation of color #AA99E7: hue angle of 253.08º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA99E7 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 153 231 -
CMYK 0.26 0.34 0 0.09
HSL 253.08º 0.62% 0.75% -
HSV(B) 253.08º 0.34% 0.91% -
XYZ 42.39 37.1 80.53 -
YUV 166.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 170 153 231 0.26 0.34 0 0.09 253.08 0.62 0.75
Hex AA 99 E7 1A 22 0 9 FD 3E 4B
Octal 252 231 347 32 42 0 11 375 76 113
Binary 10101010 10011001 11100111 11010 100010 0 1001 11111101 111110 1001011

Color Harmonies of #AA99E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99E7

Black with #AA99E7

Text Example


Text Example

White with #AA99E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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