#A499C1

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

Shades of Cold Purple #A499C1

Tints of Cold Purple #A499C1

Color information

#A499C1 (or 0xA499C1) is unknown color: approx Cold Purple. HEX triplet: A4, 99 and C1. RGB value is (164,153,193). Sum of RGB (Red+Green+Blue) = 164+153+193=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #A499C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499C1 is #5B663E. Grayscale: #A0A0A0. Windows color (decimal): -5989951 or 12687780. OLE color: 12687780.

HSL color Cylindrical-coordinate representation of color #A499C1: hue angle of 256.5º 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 #A499C1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164153193-
CMYK0.150.2100.24
HSL256.5º24.39%67.84%-
HSV(B)256.5º20.73%75.69%-
XYZ36.3334.5355.2-
YUV160.85146.14130.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=32.16%
G=30%
B=37.84%

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
Decimal1641531930.150.2100.24256.524.3967.84
HexA499C1F150181001844
Octal244231301172503040030104
Binary101001001001100111000001111110101011000100000000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499C1; }

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

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

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

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

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

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

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

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