#A19AB2

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

Shades of Spun Pearl #A19AB2

Tints of Spun Pearl #A19AB2

Color information

#A19AB2 (or 0xA19AB2) is unknown color: approx Spun Pearl. HEX triplet: A1, 9A and B2. RGB value is (161,154,178). Sum of RGB (Red+Green+Blue) = 161+154+178=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #A19AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19AB2 is #5E654D. Grayscale: #9E9E9E. Windows color (decimal): -6186318 or 11704993. OLE color: 11704993.

HSL color Cylindrical-coordinate representation of color #A19AB2: hue angle of 257.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A19AB2 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161154178-
CMYK0.100.1300.30
HSL257.5º13.48%65.1%-
HSV(B)257.5º13.48%69.8%-
XYZ34.2933.946.86-
YUV158.83138.82129.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=32.66%
G=31.24%
B=36.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611541780.100.1300.30257.513.4865.1
HexA19AB2AD01E102d41
Octal241232262121503640215101
Binary1010000110011010101100101010110101111010000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AB2; }

 p { color: rgb(161,154,178); }

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

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

 a { background-color: rgb(161,154,178); }

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

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

 span { border-color: rgb(161,154,178); }

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