#A19FAD

Color #A19FAD Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A19FAD

Tints of Spun Pearl #A19FAD

Color information

#A19FAD (or 0xA19FAD) is unknown color: approx Spun Pearl. HEX triplet: A1, 9F and AD. RGB value is (161,159,173). Sum of RGB (Red+Green+Blue) = 161+159+173=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A19FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FAD is #5E6052. Grayscale: #A1A1A1. Windows color (decimal): -6185043 or 11378593. OLE color: 11378593.

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

Color convert

RGB161159173-
CMYK0.070.0800.32
HSL248.57º7.87%65.1%-
HSV(B)248.57º8.09%67.84%-
XYZ34.6435.3944.54-
YUV161.19134.66127.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=32.66%
G=32.25%
B=35.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611591730.070.0800.32248.577.8765.1
HexA19FAD78020f9841
Octal24123725571004037110101
Binary101000011001111110101101111100001000001111100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FAD; }

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

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

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

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

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

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

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

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