#A596BD

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

Shades of Cold Purple #A596BD

Tints of Cold Purple #A596BD

Color information

#A596BD (or 0xA596BD) is unknown color: approx Cold Purple. HEX triplet: A5, 96 and BD. RGB value is (165,150,189). Sum of RGB (Red+Green+Blue) = 165+150+189=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A596BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596BD is #5A6942. Grayscale: #9E9E9E. Windows color (decimal): -5925187 or 12424869. OLE color: 12424869.

HSL color Cylindrical-coordinate representation of color #A596BD: hue angle of 263.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A596BD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165150189-
CMYK0.130.2100.26
HSL263.08º22.81%66.47%-
HSV(B)263.08º20.63%74.12%-
XYZ35.6133.4952.73-
YUV158.93144.97132.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=32.74%
G=29.76%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651501890.130.2100.26263.0822.8166.47
HexA596BDD1501A1071742
Octal245226275152503240727102
Binary101001011001011010111101110110101011010100000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596BD; }

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

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

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

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

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

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

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

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