#AA96DD

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

Shades of Biloba Flower #AA96DD

Tints of Biloba Flower #AA96DD

Color information

#AA96DD (or 0xAA96DD) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and DD. RGB value is (170,150,221). Sum of RGB (Red+Green+Blue) = 170+150+221=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96DD is #556922. Grayscale: #A3A3A3. Windows color (decimal): -5597475 or 14522026. OLE color: 14522026.

HSL color Cylindrical-coordinate representation of color #AA96DD: hue angle of 256.9º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA96DD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170150221-
CMYK0.230.3200.13
HSL256.9º51.08%72.75%-
HSV(B)256.9º32.13%86.67%-
XYZ40.5435.5873.14-
YUV164.07160.13132.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=31.42%
G=27.73%
B=40.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701502210.230.3200.13256.951.0872.75
HexAA96DD17200D1013349
Octal252226335274001540163111
Binary10101010100101101101110110111100000011011000000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96DD; }

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

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

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

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

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

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

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

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