#A696BF

Color #A696BF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A696BF

Tints of Cold Purple #A696BF

Color information

#A696BF (or 0xA696BF) is unknown color: approx Cold Purple. HEX triplet: A6, 96 and BF. RGB value is (166,150,191). Sum of RGB (Red+Green+Blue) = 166+150+191=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #A696BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696BF is #596940. Grayscale: #9F9F9F. Windows color (decimal): -5859649 or 12555942. OLE color: 12555942.

HSL color Cylindrical-coordinate representation of color #A696BF: hue angle of 263.41º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A696BF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166150191-
CMYK0.130.2100.25
HSL263.41º24.26%66.86%-
HSV(B)263.41º21.47%74.9%-
XYZ36.0433.6853.89-
YUV159.46145.8132.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 191 (75% from 255) = 37.67%
R=32.74%
G=29.59%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661501910.130.2100.25263.4124.2666.86
HexA696BFD150191071843
Octal246226277152503140730103
Binary101001101001011010111111110110101011001100000111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696BF; }

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

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

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

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

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

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

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

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