#AA96D8

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

Shades of Biloba Flower #AA96D8

Tints of Biloba Flower #AA96D8

Color information

#AA96D8 (or 0xAA96D8) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and D8. RGB value is (170,150,216). Sum of RGB (Red+Green+Blue) = 170+150+216=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA96D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96D8 is #556927. Grayscale: #A3A3A3. Windows color (decimal): -5597480 or 14194346. OLE color: 14194346.

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

Color convert

RGB170150216-
CMYK0.210.3100.15
HSL258.18º45.83%71.76%-
HSV(B)258.18º30.56%84.71%-
XYZ39.8835.3269.68-
YUV163.5157.63132.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=31.72%
G=27.99%
B=40.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701502160.210.3100.15258.1845.8371.76
HexAA96D8151F0F1022e48
Octal252226330253701740256110
Binary1010101010010110110110001010111111011111000000101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96D8; }

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

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

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

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

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

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

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

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