#AA99EB

Color #AA99EB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA99EB

Tints of Biloba Flower #AA99EB

Color information

#AA99EB (or 0xAA99EB) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and EB. RGB value is (170,153,235). Sum of RGB (Red+Green+Blue) = 170+153+235=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA99EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99EB is #556614. Grayscale: #A7A7A7. Windows color (decimal): -5596693 or 15440298. OLE color: 15440298.

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

Color convert

RGB170153235-
CMYK0.280.3500.08
HSL252.44º67.21%76.08%-
HSV(B)252.44º34.89%92.16%-
XYZ42.9637.3383.54-
YUV167.43166.13129.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=30.47%
G=27.42%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701532350.280.3500.08252.4467.2176.08
HexAA99EB1C2308fc434c
Octal2522313533443010374103114
Binary10101010100110011110101111100100011010001111110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99EB; }

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

 H1.HeaderClassName
 {
   color: #AA99EB;
 }
 .AnyTagClassName
 {
   color: #AA99EB;
 }
</style>
background-color css

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

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

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

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

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

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