#A596BE

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

Shades of Cold Purple #A596BE

Tints of Cold Purple #A596BE

Color information

#A596BE (or 0xA596BE) is unknown color: approx Cold Purple. HEX triplet: A5, 96 and BE. RGB value is (165,150,190). Sum of RGB (Red+Green+Blue) = 165+150+190=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A596BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596BE is #5A6941. Grayscale: #9E9E9E. Windows color (decimal): -5925186 or 12490405. OLE color: 12490405.

HSL color Cylindrical-coordinate representation of color #A596BE: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A596BE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165150190-
CMYK0.130.2100.25
HSL262.5º23.53%66.67%-
HSV(B)262.5º21.05%74.51%-
XYZ35.7233.5353.3-
YUV159.04145.47132.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=32.67%
G=29.70%
B=37.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651501900.130.2100.25262.523.5366.67
HexA596BED150191061843
Octal245226276152503140630103
Binary101001011001011010111110110110101011001100000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596BE; }

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

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

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

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

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

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

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

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