#A199AE

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

Shades of Cold Purple #A199AE

Tints of Cold Purple #A199AE

Color information

#A199AE (or 0xA199AE) is unknown color: approx Cold Purple. HEX triplet: A1, 99 and AE. RGB value is (161,153,174). Sum of RGB (Red+Green+Blue) = 161+153+174=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #A199AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AE is #5E6651. Grayscale: #9D9D9D. Windows color (decimal): -6186578 or 11442593. OLE color: 11442593.

HSL color Cylindrical-coordinate representation of color #A199AE: hue angle of 262.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A199AE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161153174-
CMYK0.070.1200.32
HSL262.86º11.48%64.12%-
HSV(B)262.86º12.07%68.24%-
XYZ33.7333.4244.72-
YUV157.79137.15130.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=32.99%
G=31.35%
B=35.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611531740.070.1200.32262.8611.4864.12
HexA199AE7C020107b40
Octal24123125671404040713100
Binary1010000110011001101011101111100010000010000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199AE; }

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

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

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

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

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

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

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

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