#AA96D5

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

Shades of Biloba Flower #AA96D5

Tints of Biloba Flower #AA96D5

Color information

#AA96D5 (or 0xAA96D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and D5. RGB value is (170,150,213). Sum of RGB (Red+Green+Blue) = 170+150+213=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA96D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96D5 is #55692A. Grayscale: #A2A2A2. Windows color (decimal): -5597483 or 13997738. OLE color: 13997738.

HSL color Cylindrical-coordinate representation of color #AA96D5: hue angle of 259.05º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA96D5 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170150213-
CMYK0.200.3000.16
HSL259.05º42.86%71.18%-
HSV(B)259.05º29.58%83.53%-
XYZ39.4935.1667.66-
YUV163.16156.13132.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=31.89%
G=28.14%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701502130.200.3000.16259.0542.8671.18
HexAA96D5141E0101032b47
Octal252226325243602040353107
Binary10101010100101101101010110100111100100001000000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96D5; }

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

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

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

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

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

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

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

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