#A19AAF

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

Shades of Spun Pearl #A19AAF

Tints of Spun Pearl #A19AAF

Color information

#A19AAF (or 0xA19AAF) is unknown color: approx Spun Pearl. HEX triplet: A1, 9A and AF. RGB value is (161,154,175). Sum of RGB (Red+Green+Blue) = 161+154+175=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #A19AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AAF is #5E6550. Grayscale: #9E9E9E. Windows color (decimal): -6186321 or 11508385. OLE color: 11508385.

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

Color convert

RGB161154175-
CMYK0.080.1200.31
HSL260º11.6%64.51%-
HSV(B)260º12%68.63%-
XYZ33.9933.7845.29-
YUV158.49137.32129.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=32.86%
G=31.43%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611541750.080.1200.3126011.664.51
HexA19AAF8C01F104c41
Octal241232257101403740414101
Binary1010000110011010101011111000110001111110000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AAF; }

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

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

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

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

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

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

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

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