#AA96D0

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

Shades of Biloba Flower #AA96D0

Tints of Biloba Flower #AA96D0

Color information

#AA96D0 (or 0xAA96D0) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and D0. RGB value is (170,150,208). Sum of RGB (Red+Green+Blue) = 170+150+208=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA96D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96D0 is #55692F. Grayscale: #A2A2A2. Windows color (decimal): -5597488 or 13670058. OLE color: 13670058.

HSL color Cylindrical-coordinate representation of color #AA96D0: hue angle of 260.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA96D0 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170150208-
CMYK0.180.2800.18
HSL260.69º38.16%70.2%-
HSV(B)260.69º27.88%81.57%-
XYZ38.8734.9164.36-
YUV162.59153.63133.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=32.20%
G=28.41%
B=39.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701502080.180.2800.18260.6938.1670.2
HexAA96D0121C0121052646
Octal252226320223402240546106
Binary10101010100101101101000010010111000100101000001011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96D0; }

 p { color: rgb(170,150,208); }

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

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

 a { background-color: rgb(170,150,208); }

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

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

 span { border-color: rgb(170,150,208); }

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