#A697BD

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

Shades of Cold Purple #A697BD

Tints of Cold Purple #A697BD

Color information

#A697BD (or 0xA697BD) is unknown color: approx Cold Purple. HEX triplet: A6, 97 and BD. RGB value is (166,151,189). Sum of RGB (Red+Green+Blue) = 166+151+189=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #A697BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697BD is #596842. Grayscale: #9F9F9F. Windows color (decimal): -5859395 or 12425126. OLE color: 12425126.

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

Color convert

RGB166151189-
CMYK0.120.2000.26
HSL263.68º22.35%66.67%-
HSV(B)263.68º20.11%74.12%-
XYZ35.9833.9152.79-
YUV159.82144.47132.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=32.81%
G=29.84%
B=37.35%

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
Decimal1661511890.120.2000.26263.6822.3566.67
HexA697BDC1401A1081643
Octal246227275142403241026103
Binary101001101001011110111101110010100011010100001000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697BD; }

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

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

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

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

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

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

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

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