#A19FAC

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

Shades of Spun Pearl #A19FAC

Tints of Spun Pearl #A19FAC

Color information

#A19FAC (or 0xA19FAC) is unknown color: approx Spun Pearl. HEX triplet: A1, 9F and AC. RGB value is (161,159,172). Sum of RGB (Red+Green+Blue) = 161+159+172=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #A19FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FAC is #5E6053. Grayscale: #A1A1A1. Windows color (decimal): -6185044 or 11313057. OLE color: 11313057.

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

Color convert

RGB161159172-
CMYK0.060.0800.33
HSL249.23º7.26%64.9%-
HSV(B)249.23º7.56%67.45%-
XYZ34.5435.3544.03-
YUV161.08134.16127.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=32.72%
G=32.32%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611591720.060.0800.33249.237.2664.9
HexA19FAC68021f9741
Octal2412372546100413717101
Binary10100001100111111010110011010000100001111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FAC; }

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

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

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

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

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

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

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

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