#A597BD

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

Shades of Cold Purple #A597BD

Tints of Cold Purple #A597BD

Color information

#A597BD (or 0xA597BD) is unknown color: approx Cold Purple. HEX triplet: A5, 97 and BD. RGB value is (165,151,189). Sum of RGB (Red+Green+Blue) = 165+151+189=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A597BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597BD is #5A6842. Grayscale: #9F9F9F. Windows color (decimal): -5924931 or 12425125. OLE color: 12425125.

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

Color convert

RGB165151189-
CMYK0.130.2000.26
HSL262.11º22.35%66.67%-
HSV(B)262.11º20.11%74.12%-
XYZ35.7733.8152.78-
YUV159.52144.64131.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=32.67%
G=29.90%
B=37.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651511890.130.2000.26262.1122.3566.67
HexA597BDD1401A1061643
Octal245227275152403240626103
Binary101001011001011110111101110110100011010100000110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597BD; }

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

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

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

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

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

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

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

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