#A599B9

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

Shades of Cold Purple #A599B9

Tints of Cold Purple #A599B9

Color information

#A599B9 (or 0xA599B9) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and B9. RGB value is (165,153,185). Sum of RGB (Red+Green+Blue) = 165+153+185=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #A599B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599B9 is #5A6646. Grayscale: #A0A0A0. Windows color (decimal): -5924423 or 12163493. OLE color: 12163493.

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

Color convert

RGB165153185-
CMYK0.110.1700.27
HSL262.5º18.6%66.27%-
HSV(B)262.5º17.3%72.55%-
XYZ35.6734.2850.64-
YUV160.24141.98131.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=32.80%
G=30.42%
B=36.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651531850.110.1700.27262.518.666.27
HexA599B9B1101B1061342
Octal245231271132103340623102
Binary101001011001100110111001101110001011011100000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599B9; }

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

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

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

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

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

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

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

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