#A596BC

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

Shades of Cold Purple #A596BC

Tints of Cold Purple #A596BC

Color information

#A596BC (or 0xA596BC) is unknown color: approx Cold Purple. HEX triplet: A5, 96 and BC. RGB value is (165,150,188). Sum of RGB (Red+Green+Blue) = 165+150+188=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A596BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596BC is #5A6943. Grayscale: #9E9E9E. Windows color (decimal): -5925188 or 12359333. OLE color: 12359333.

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

Color convert

RGB165150188-
CMYK0.120.2000.26
HSL263.68º22.09%66.27%-
HSV(B)263.68º20.21%73.73%-
XYZ35.533.4452.16-
YUV158.82144.47132.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=32.80%
G=29.82%
B=37.38%

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
Decimal1651501880.120.2000.26263.6822.0966.27
HexA596BCC1401A1081642
Octal245226274142403241026102
Binary101001011001011010111100110010100011010100001000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596BC; }

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

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

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

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

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

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

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

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