#A19EAA

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

Shades of Spun Pearl #A19EAA

Tints of Spun Pearl #A19EAA

Color information

#A19EAA (or 0xA19EAA) is unknown color: approx Spun Pearl. HEX triplet: A1, 9E and AA. RGB value is (161,158,170). Sum of RGB (Red+Green+Blue) = 161+158+170=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A19EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EAA is #5E6155. Grayscale: #A0A0A0. Windows color (decimal): -6185302 or 11181729. OLE color: 11181729.

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

Color convert

RGB161158170-
CMYK0.050.0700.33
HSL255º6.59%64.31%-
HSV(B)255º7.06%66.67%-
XYZ34.1834.9342.97-
YUV160.26133.49128.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=32.92%
G=32.31%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611581700.050.0700.332556.5964.31
HexA19EAA57021ff740
Octal241236252570413777100
Binary1010000110011110101010101011110100001111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EAA; }

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

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

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

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

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

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

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

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