#A696CE

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

Shades of Biloba Flower #A696CE

Tints of Biloba Flower #A696CE

Color information

#A696CE (or 0xA696CE) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and CE. RGB value is (166,150,206). Sum of RGB (Red+Green+Blue) = 166+150+206=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A696CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696CE is #596931. Grayscale: #A0A0A0. Windows color (decimal): -5859634 or 13538982. OLE color: 13538982.

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

Color convert

RGB166150206-
CMYK0.190.2700.19
HSL257.14º36.36%69.8%-
HSV(B)257.14º27.18%80.78%-
XYZ37.7734.3863.04-
YUV161.17153.3131.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=31.80%
G=28.74%
B=39.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661502060.190.2700.19257.1436.3669.8
HexA696CE131B0131012446
Octal246226316233302340144106
Binary10100110100101101100111010011110110100111000000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696CE; }

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

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

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

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

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

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

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

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