#A599BF

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

Shades of Cold Purple #A599BF

Tints of Cold Purple #A599BF

Color information

#A599BF (or 0xA599BF) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and BF. RGB value is (165,153,191). Sum of RGB (Red+Green+Blue) = 165+153+191=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A599BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BF is #5A6640. Grayscale: #A0A0A0. Windows color (decimal): -5924417 or 12556709. OLE color: 12556709.

HSL color Cylindrical-coordinate representation of color #A599BF: hue angle of 258.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A599BF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165153191-
CMYK0.140.2000.25
HSL258.95º22.89%67.45%-
HSV(B)258.95º19.9%74.9%-
XYZ36.3134.5454.04-
YUV160.92144.98130.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 191 (75% from 255) = 37.52%
R=32.42%
G=30.06%
B=37.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651531910.140.2000.25258.9522.8967.45
HexA599BFE140191031743
Octal245231277162403140327103
Binary101001011001100110111111111010100011001100000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599BF; }

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

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

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

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

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

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

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

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