#A597BB

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

Shades of Cold Purple #A597BB

Tints of Cold Purple #A597BB

Color information

#A597BB (or 0xA597BB) is unknown color: approx Cold Purple. HEX triplet: A5, 97 and BB. RGB value is (165,151,187). Sum of RGB (Red+Green+Blue) = 165+151+187=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #A597BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597BB is #5A6844. Grayscale: #9F9F9F. Windows color (decimal): -5924933 or 12294053. OLE color: 12294053.

HSL color Cylindrical-coordinate representation of color #A597BB: hue angle of 263.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A597BB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165151187-
CMYK0.120.1900.27
HSL263.33º20.93%66.27%-
HSV(B)263.33º19.25%73.33%-
XYZ35.5533.7251.65-
YUV159.29143.64132.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=32.80%
G=30.02%
B=37.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651511870.120.1900.27263.3320.9366.27
HexA597BBC1301B1071542
Octal245227273142303340725102
Binary101001011001011110111011110010011011011100000111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597BB; }

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

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

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

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

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

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

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

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