#A696CA

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

Shades of Biloba Flower #A696CA

Tints of Biloba Flower #A696CA

Color information

#A696CA (or 0xA696CA) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and CA. RGB value is (166,150,202). Sum of RGB (Red+Green+Blue) = 166+150+202=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A696CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696CA is #596935. Grayscale: #A0A0A0. Windows color (decimal): -5859638 or 13276838. OLE color: 13276838.

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

Color convert

RGB166150202-
CMYK0.180.2600.21
HSL258.46º32.91%69.02%-
HSV(B)258.46º25.74%79.22%-
XYZ37.2934.1860.51-
YUV160.71151.3131.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=32.05%
G=28.96%
B=39.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661502020.180.2600.21258.4632.9169.02
HexA696CA121A0151022145
Octal246226312223202540241105
Binary10100110100101101100101010010110100101011000000101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696CA; }

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

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

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

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

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

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

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

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