#A697BC

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

Shades of Cold Purple #A697BC

Tints of Cold Purple #A697BC

Color information

#A697BC (or 0xA697BC) is unknown color: approx Cold Purple. HEX triplet: A6, 97 and BC. RGB value is (166,151,188). Sum of RGB (Red+Green+Blue) = 166+151+188=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A697BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697BC is #596843. Grayscale: #9F9F9F. Windows color (decimal): -5859396 or 12359590. OLE color: 12359590.

HSL color Cylindrical-coordinate representation of color #A697BC: hue angle of 264.32º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A697BC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166151188-
CMYK0.120.2000.26
HSL264.32º21.64%66.47%-
HSV(B)264.32º19.68%73.73%-
XYZ35.8733.8752.22-
YUV159.7143.97132.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=32.87%
G=29.90%
B=37.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661511880.120.2000.26264.3221.6466.47
HexA697BCC1401A1081642
Octal246227274142403241026102
Binary101001101001011110111100110010100011010100001000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697BC; }

 p { color: rgb(166,151,188); }

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

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

 a { background-color: rgb(166,151,188); }

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

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

 span { border-color: rgb(166,151,188); }

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