#AA96CF

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

Shades of Biloba Flower #AA96CF

Tints of Biloba Flower #AA96CF

Color information

#AA96CF (or 0xAA96CF) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and CF. RGB value is (170,150,207). Sum of RGB (Red+Green+Blue) = 170+150+207=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96CF is #556930. Grayscale: #A2A2A2. Windows color (decimal): -5597489 or 13604522. OLE color: 13604522.

HSL color Cylindrical-coordinate representation of color #AA96CF: hue angle of 261.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA96CF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170150207-
CMYK0.180.2800.19
HSL261.05º37.25%70%-
HSV(B)261.05º27.54%81.18%-
XYZ38.7534.8663.72-
YUV162.48153.13133.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=32.26%
G=28.46%
B=39.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701502070.180.2800.19261.0537.2570
HexAA96CF121C0131052546
Octal252226317223402340545106
Binary10101010100101101100111110010111000100111000001011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96CF; }

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

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

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

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

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

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

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

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