#AA96CA

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

Shades of Biloba Flower #AA96CA

Tints of Biloba Flower #AA96CA

Color information

#AA96CA (or 0xAA96CA) is unknown color: approx Biloba Flower. HEX triplet: AA, 96 and CA. RGB value is (170,150,202). Sum of RGB (Red+Green+Blue) = 170+150+202=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96CA is #556935. Grayscale: #A1A1A1. Windows color (decimal): -5597494 or 13276842. OLE color: 13276842.

HSL color Cylindrical-coordinate representation of color #AA96CA: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA96CA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170150202-
CMYK0.160.2600.21
HSL263.08º32.91%69.02%-
HSV(B)263.08º25.74%79.22%-
XYZ38.1434.6260.55-
YUV161.91150.63133.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=32.57%
G=28.74%
B=38.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701502020.160.2600.21263.0832.9169.02
HexAA96CA101A0151072145
Octal252226312203202540741105
Binary10101010100101101100101010000110100101011000001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96CA; }

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

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

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

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

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

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

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

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