#A597BC

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

Shades of Cold Purple #A597BC

Tints of Cold Purple #A597BC

Color information

#A597BC (or 0xA597BC) is unknown color: approx Cold Purple. HEX triplet: A5, 97 and BC. RGB value is (165,151,188). Sum of RGB (Red+Green+Blue) = 165+151+188=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A597BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597BC is #5A6843. Grayscale: #9F9F9F. Windows color (decimal): -5924932 or 12359589. OLE color: 12359589.

HSL color Cylindrical-coordinate representation of color #A597BC: hue angle of 262.7º 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 #A597BC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165151188-
CMYK0.120.2000.26
HSL262.7º21.64%66.47%-
HSV(B)262.7º19.68%73.73%-
XYZ35.6633.7652.21-
YUV159.4144.14131.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=32.74%
G=29.96%
B=37.30%

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
Decimal1651511880.120.2000.26262.721.6466.47
HexA597BCC1401A1071642
Octal245227274142403240726102
Binary101001011001011110111100110010100011010100000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597BC; }

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

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

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

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

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

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

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

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