#AA99D8

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

Shades of Biloba Flower #AA99D8

Tints of Biloba Flower #AA99D8

Color information

#AA99D8 (or 0xAA99D8) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and D8. RGB value is (170,153,216). Sum of RGB (Red+Green+Blue) = 170+153+216=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA99D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D8 is #556627. Grayscale: #A5A5A5. Windows color (decimal): -5596712 or 14195114. OLE color: 14195114.

HSL color Cylindrical-coordinate representation of color #AA99D8: hue angle of 256.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA99D8 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170153216-
CMYK0.210.2900.15
HSL256.19º44.68%72.35%-
HSV(B)256.19º29.17%84.71%-
XYZ40.3636.2969.84-
YUV165.26156.63131.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=31.54%
G=28.39%
B=40.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701532160.210.2900.15256.1944.6872.35
HexAA99D8151D0F1002d48
Octal252231330253501740055110
Binary1010101010011001110110001010111101011111000000001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99D8; }

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

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

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

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

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

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

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

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