#A799C0

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

Shades of Cold Purple #A799C0

Tints of Cold Purple #A799C0

Color information

#A799C0 (or 0xA799C0) is unknown color: approx Cold Purple. HEX triplet: A7, 99 and C0. RGB value is (167,153,192). Sum of RGB (Red+Green+Blue) = 167+153+192=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #A799C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799C0 is #58663F. Grayscale: #A1A1A1. Windows color (decimal): -5793344 or 12622247. OLE color: 12622247.

HSL color Cylindrical-coordinate representation of color #A799C0: hue angle of 261.54º 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 #A799C0 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167153192-
CMYK0.130.2000.25
HSL261.54º23.64%67.65%-
HSV(B)261.54º20.31%75.29%-
XYZ36.8434.854.65-
YUV161.63145.14131.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=32.62%
G=29.88%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671531920.130.2000.25261.5423.6467.65
HexA799C0D140191061844
Octal247231300152403140630104
Binary101001111001100111000000110110100011001100000110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799C0; }

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

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

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

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

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

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

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

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