#A19FAE

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

Shades of Spun Pearl #A19FAE

Tints of Spun Pearl #A19FAE

Color information

#A19FAE (or 0xA19FAE) is unknown color: approx Spun Pearl. HEX triplet: A1, 9F and AE. RGB value is (161,159,174). Sum of RGB (Red+Green+Blue) = 161+159+174=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #A19FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FAE is #5E6051. Grayscale: #A1A1A1. Windows color (decimal): -6185042 or 11444129. OLE color: 11444129.

HSL color Cylindrical-coordinate representation of color #A19FAE: hue angle of 248º degrees, saturation: 0.08, 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 #A19FAE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161159174-
CMYK0.070.0900.32
HSL248º8.47%65.29%-
HSV(B)248º8.62%68.24%-
XYZ34.7435.4345.05-
YUV161.31135.16127.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=32.59%
G=32.19%
B=35.22%

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
Decimal1611591740.070.0900.322488.4765.29
HexA19FAE79020f8841
Octal24123725671104037010101
Binary101000011001111110101110111100101000001111100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FAE; }

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

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

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

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

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

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

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

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