#A199AF

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

Shades of Cold Purple #A199AF

Tints of Cold Purple #A199AF

Color information

#A199AF (or 0xA199AF) is unknown color: approx Cold Purple. HEX triplet: A1, 99 and AF. RGB value is (161,153,175). Sum of RGB (Red+Green+Blue) = 161+153+175=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #A199AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AF is #5E6650. Grayscale: #9D9D9D. Windows color (decimal): -6186577 or 11508129. OLE color: 11508129.

HSL color Cylindrical-coordinate representation of color #A199AF: hue angle of 261.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A199AF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161153175-
CMYK0.080.1300.31
HSL261.82º12.09%64.31%-
HSV(B)261.82º12.57%68.63%-
XYZ33.8333.4545.23-
YUV157.9137.65130.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=32.92%
G=31.29%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611531750.080.1300.31261.8212.0964.31
HexA199AF8D01F106c40
Octal241231257101503740614100
Binary1010000110011001101011111000110101111110000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199AF; }

 p { color: rgb(161,153,175); }

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

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

 a { background-color: rgb(161,153,175); }

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

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

 span { border-color: rgb(161,153,175); }

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