#A599C0

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

Shades of Cold Purple #A599C0

Tints of Cold Purple #A599C0

Color information

#A599C0 (or 0xA599C0) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and C0. RGB value is (165,153,192). Sum of RGB (Red+Green+Blue) = 165+153+192=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #A599C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599C0 is #5A663F. Grayscale: #A0A0A0. Windows color (decimal): -5924416 or 12622245. OLE color: 12622245.

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

Color convert

RGB165153192-
CMYK0.140.2000.25
HSL258.46º23.64%67.65%-
HSV(B)258.46º20.31%75.29%-
XYZ36.4234.5954.63-
YUV161.03145.48130.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=32.35%
G=30%
B=37.65%

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
Decimal1651531920.140.2000.25258.4623.6467.65
HexA599C0E140191021844
Octal245231300162403140230104
Binary101001011001100111000000111010100011001100000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599C0; }

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

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

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

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

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

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

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

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