#A599C3

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

Shades of Cold Purple #A599C3

Tints of Cold Purple #A599C3

Color information

#A599C3 (or 0xA599C3) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and C3. RGB value is (165,153,195). Sum of RGB (Red+Green+Blue) = 165+153+195=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #A599C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599C3 is #5A663C. Grayscale: #A1A1A1. Windows color (decimal): -5924413 or 12818853. OLE color: 12818853.

HSL color Cylindrical-coordinate representation of color #A599C3: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A599C3 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165153195-
CMYK0.150.2200.24
HSL257.14º25.93%68.24%-
HSV(B)257.14º21.54%76.47%-
XYZ36.7634.7256.39-
YUV161.38146.98130.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=32.16%
G=29.82%
B=38.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651531950.150.2200.24257.1425.9368.24
HexA599C3F160181011a44
Octal245231303172603040132104
Binary101001011001100111000011111110110011000100000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599C3; }

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

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

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

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

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

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

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

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