#A599BB

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

Shades of Cold Purple #A599BB

Tints of Cold Purple #A599BB

Color information

#A599BB (or 0xA599BB) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and BB. RGB value is (165,153,187). Sum of RGB (Red+Green+Blue) = 165+153+187=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A599BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BB is #5A6644. Grayscale: #A0A0A0. Windows color (decimal): -5924421 or 12294565. OLE color: 12294565.

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

Color convert

RGB165153187-
CMYK0.120.1800.27
HSL261.18º20%66.67%-
HSV(B)261.18º18.18%73.33%-
XYZ35.8834.3751.76-
YUV160.46142.98131.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=32.67%
G=30.30%
B=37.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651531870.120.1800.27261.182066.67
HexA599BBC1201B1051443
Octal245231273142203340524103
Binary101001011001100110111011110010010011011100000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599BB; }

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

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

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

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

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

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

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

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