#A596BA

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

Shades of Cold Purple #A596BA

Tints of Cold Purple #A596BA

Color information

#A596BA (or 0xA596BA) is unknown color: approx Cold Purple. HEX triplet: A5, 96 and BA. RGB value is (165,150,186). Sum of RGB (Red+Green+Blue) = 165+150+186=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A596BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596BA is #5A6945. Grayscale: #9E9E9E. Windows color (decimal): -5925190 or 12228261. OLE color: 12228261.

HSL color Cylindrical-coordinate representation of color #A596BA: hue angle of 265º 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 #A596BA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165150186-
CMYK0.110.1900.27
HSL265º20.69%65.88%-
HSV(B)265º19.35%72.94%-
XYZ35.2933.3651.03-
YUV158.59143.47132.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=32.93%
G=29.94%
B=37.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651501860.110.1900.2726520.6965.88
HexA596BAB1301B1091542
Octal245226272132303341125102
Binary101001011001011010111010101110011011011100001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596BA; }

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

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

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

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

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

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

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

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