#A696C3

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

Shades of Cold Purple #A696C3

Tints of Cold Purple #A696C3

Color information

#A696C3 (or 0xA696C3) is unknown color: approx Cold Purple. HEX triplet: A6, 96 and C3. RGB value is (166,150,195). Sum of RGB (Red+Green+Blue) = 166+150+195=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A696C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696C3 is #59693C. Grayscale: #9F9F9F. Windows color (decimal): -5859645 or 12818086. OLE color: 12818086.

HSL color Cylindrical-coordinate representation of color #A696C3: hue angle of 261.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A696C3 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166150195-
CMYK0.150.2300.24
HSL261.33º27.27%67.65%-
HSV(B)261.33º23.08%76.47%-
XYZ36.4833.8656.24-
YUV159.91147.8132.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.49%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=32.49%
G=29.35%
B=38.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661501950.150.2300.24261.3327.2767.65
HexA696C3F170181051b44
Octal246226303172703040533104
Binary101001101001011011000011111110111011000100000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696C3; }

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

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

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

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

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

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

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

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