#A599BE

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

Shades of Cold Purple #A599BE

Tints of Cold Purple #A599BE

Color information

#A599BE (or 0xA599BE) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and BE. RGB value is (165,153,190). Sum of RGB (Red+Green+Blue) = 165+153+190=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #A599BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BE is #5A6641. Grayscale: #A0A0A0. Windows color (decimal): -5924418 or 12491173. OLE color: 12491173.

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

Color convert

RGB165153190-
CMYK0.130.1900.25
HSL259.46º22.16%67.25%-
HSV(B)259.46º19.47%74.51%-
XYZ36.234.553.47-
YUV160.81144.48130.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=32.48%
G=30.12%
B=37.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651531900.130.1900.25259.4622.1667.25
HexA599BED130191031643
Octal245231276152303140326103
Binary101001011001100110111110110110011011001100000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599BE; }

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

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

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

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

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

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

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

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