#A19FAF

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

Shades of Spun Pearl #A19FAF

Tints of Spun Pearl #A19FAF

Color information

#A19FAF (or 0xA19FAF) is unknown color: approx Spun Pearl. HEX triplet: A1, 9F and AF. RGB value is (161,159,175). Sum of RGB (Red+Green+Blue) = 161+159+175=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #A19FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FAF is #5E6050. Grayscale: #A1A1A1. Windows color (decimal): -6185041 or 11509665. OLE color: 11509665.

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

Color convert

RGB161159175-
CMYK0.080.0900.31
HSL247.5º9.09%65.49%-
HSV(B)247.5º9.14%68.63%-
XYZ34.8335.4745.57-
YUV161.42135.66127.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=32.53%
G=32.12%
B=35.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611591750.080.0900.31247.59.0965.49
HexA19FAF8901Ff8941
Octal241237257101103737011101
Binary101000011001111110101111100010010111111111100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FAF; }

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

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

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

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

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

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

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

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