#A996CA

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

Shades of Biloba Flower #A996CA

Tints of Biloba Flower #A996CA

Color information

#A996CA (or 0xA996CA) is unknown color: approx Biloba Flower. HEX triplet: A9, 96 and CA. RGB value is (169,150,202). Sum of RGB (Red+Green+Blue) = 169+150+202=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #A996CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996CA is #566935. Grayscale: #A1A1A1. Windows color (decimal): -5663030 or 13276841. OLE color: 13276841.

HSL color Cylindrical-coordinate representation of color #A996CA: hue angle of 261.92º 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 #A996CA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169150202-
CMYK0.160.2600.21
HSL261.92º32.91%69.02%-
HSV(B)261.92º25.74%79.22%-
XYZ37.9334.5160.54-
YUV161.61150.79133.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=32.44%
G=28.79%
B=38.77%

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
Decimal1691502020.160.2600.21261.9232.9169.02
HexA996CA101A0151062145
Octal251226312203202540641105
Binary10101001100101101100101010000110100101011000001101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A996CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A996CA; }

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

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

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

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

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

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

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

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