#A599BA

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

Shades of Cold Purple #A599BA

Tints of Cold Purple #A599BA

Color information

#A599BA (or 0xA599BA) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and BA. RGB value is (165,153,186). Sum of RGB (Red+Green+Blue) = 165+153+186=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A599BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BA is #5A6645. Grayscale: #A0A0A0. Windows color (decimal): -5924422 or 12229029. OLE color: 12229029.

HSL color Cylindrical-coordinate representation of color #A599BA: hue angle of 261.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A599BA is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165153186-
CMYK0.110.1800.27
HSL261.82º19.3%66.47%-
HSV(B)261.82º17.74%72.94%-
XYZ35.7734.3351.19-
YUV160.35142.48131.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=32.74%
G=30.36%
B=36.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651531860.110.1800.27261.8219.366.47
HexA599BAB1201B1061342
Octal245231272132203340623102
Binary101001011001100110111010101110010011011100000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599BA; }

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

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

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

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

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

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

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

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