#A599C1

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

Shades of Cold Purple #A599C1

Tints of Cold Purple #A599C1

Color information

#A599C1 (or 0xA599C1) is unknown color: approx Cold Purple. HEX triplet: A5, 99 and C1. RGB value is (165,153,193). Sum of RGB (Red+Green+Blue) = 165+153+193=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #A599C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599C1 is #5A663E. Grayscale: #A0A0A0. Windows color (decimal): -5924415 or 12687781. OLE color: 12687781.

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

Color convert

RGB165153193-
CMYK0.150.2100.24
HSL258º24.39%67.84%-
HSV(B)258º20.73%75.69%-
XYZ36.5334.6355.21-
YUV161.15145.98130.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=32.29%
G=29.94%
B=37.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651531930.150.2100.2425824.3967.84
HexA599C1F150181021844
Octal245231301172503040230104
Binary101001011001100111000001111110101011000100000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599C1; }

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

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

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

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

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

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

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

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