#AA96DA

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

Shades of Biloba Flower #AA96DA

Tints of Biloba Flower #AA96DA

Color information

#AA96DA (or 0xAA96DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and DA. RGB value is (170,150,218). Sum of RGB (Red+Green+Blue) = 170+150+218=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA96DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96DA is #556925. Grayscale: #A3A3A3. Windows color (decimal): -5597478 or 14325418. OLE color: 14325418.

HSL color Cylindrical-coordinate representation of color #AA96DA: hue angle of 257.65º degrees, saturation: 0.48, 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 #AA96DA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170150218-
CMYK0.220.3100.15
HSL257.65º47.89%72.16%-
HSV(B)257.65º31.19%85.49%-
XYZ40.1435.4271.05-
YUV163.73158.63132.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=31.60%
G=27.88%
B=40.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701502180.220.3100.15257.6547.8972.16
HexAA96DA161F0F1023048
Octal252226332263701740260110
Binary1010101010010110110110101011011111011111000000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96DA; }

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

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

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

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

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

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

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

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