#A19EAF

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

Shades of Spun Pearl #A19EAF

Tints of Spun Pearl #A19EAF

Color information

#A19EAF (or 0xA19EAF) is unknown color: approx Spun Pearl. HEX triplet: A1, 9E and AF. RGB value is (161,158,175). Sum of RGB (Red+Green+Blue) = 161+158+175=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #A19EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EAF is #5E6150. Grayscale: #A0A0A0. Windows color (decimal): -6185297 or 11509409. OLE color: 11509409.

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

Color convert

RGB161158175-
CMYK0.080.1000.31
HSL250.59º9.6%65.29%-
HSV(B)250.59º9.71%68.63%-
XYZ34.6635.1345.51-
YUV160.83135.99128.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=32.59%
G=31.98%
B=35.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611581750.080.1000.31250.599.665.29
HexA19EAF8A01Ffba41
Octal241236257101203737312101
Binary101000011001111010101111100010100111111111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EAF; }

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

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

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

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

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

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

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

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