#A199AD

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

Shades of Cold Purple #A199AD

Tints of Cold Purple #A199AD

Color information

#A199AD (or 0xA199AD) is unknown color: approx Cold Purple. HEX triplet: A1, 99 and AD. RGB value is (161,153,173). Sum of RGB (Red+Green+Blue) = 161+153+173=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #A199AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AD is #5E6652. Grayscale: #9D9D9D. Windows color (decimal): -6186579 or 11377057. OLE color: 11377057.

HSL color Cylindrical-coordinate representation of color #A199AD: hue angle of 264º 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 #A199AD is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161153173-
CMYK0.070.1200.32
HSL264º10.87%63.92%-
HSV(B)264º11.56%67.84%-
XYZ33.6333.3844.2-
YUV157.67136.65130.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=33.06%
G=31.42%
B=35.52%

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
Decimal1611531730.070.1200.3226410.8763.92
HexA199AD7C020108b40
Octal24123125571404041013100
Binary1010000110011001101011011111100010000010000100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199AD; }

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

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

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

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

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

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

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

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