#A19DAD

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

Shades of Spun Pearl #A19DAD

Tints of Spun Pearl #A19DAD

Color information

#A19DAD (or 0xA19DAD) is unknown color: approx Spun Pearl. HEX triplet: A1, 9D and AD. RGB value is (161,157,173). Sum of RGB (Red+Green+Blue) = 161+157+173=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A19DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19DAD is #5E6252. Grayscale: #9F9F9F. Windows color (decimal): -6185555 or 11378081. OLE color: 11378081.

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

Color convert

RGB161157173-
CMYK0.070.0900.32
HSL255º8.89%64.71%-
HSV(B)255º9.25%67.84%-
XYZ34.334.7144.43-
YUV160.02135.33128.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=32.79%
G=31.98%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611571730.070.0900.322558.8964.71
HexA19DAD79020ff941
Octal24123525571104037711101
Binary101000011001110110101101111100101000001111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DAD; }

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

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

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

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

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

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

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

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