#A19BB1

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

Shades of Spun Pearl #A19BB1

Tints of Spun Pearl #A19BB1

Color information

#A19BB1 (or 0xA19BB1) is unknown color: approx Spun Pearl. HEX triplet: A1, 9B and B1. RGB value is (161,155,177). Sum of RGB (Red+Green+Blue) = 161+155+177=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #A19BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BB1 is #5E644E. Grayscale: #9F9F9F. Windows color (decimal): -6186063 or 11639713. OLE color: 11639713.

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

Color convert

RGB161155177-
CMYK0.090.1200.31
HSL256.36º12.36%65.1%-
HSV(B)256.36º12.43%69.41%-
XYZ34.3634.1946.38-
YUV159.3137.99129.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=32.66%
G=31.44%
B=35.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611551770.090.1200.31256.3612.3665.1
HexA19BB19C01F100c41
Octal241233261111403740014101
Binary1010000110011011101100011001110001111110000000011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BB1; }

 p { color: rgb(161,155,177); }

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

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

 a { background-color: rgb(161,155,177); }

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

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

 span { border-color: rgb(161,155,177); }

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