#AA96DB

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

Shades of Biloba Flower #AA96DB

Tints of Biloba Flower #AA96DB

Color information

#AA96DB (or 0xAA96DB) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and DB. RGB value is (170,150,219). Sum of RGB (Red+Green+Blue) = 170+150+219=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96DB is #556924. Grayscale: #A3A3A3. Windows color (decimal): -5597477 or 14390954. OLE color: 14390954.

HSL color Cylindrical-coordinate representation of color #AA96DB: hue angle of 257.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA96DB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170150219-
CMYK0.220.3200.14
HSL257.39º48.94%72.35%-
HSV(B)257.39º31.51%85.88%-
XYZ40.2735.4771.74-
YUV163.85159.13132.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=31.54%
G=27.83%
B=40.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701502190.220.3200.14257.3948.9472.35
HexAA96DB16200E1013148
Octal252226333264001640161110
Binary10101010100101101101101110110100000011101000000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96DB; }

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

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

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

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

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

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

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

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