#A19DB4

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

Shades of Spun Pearl #A19DB4

Tints of Spun Pearl #A19DB4

Color information

#A19DB4 (or 0xA19DB4) is unknown color: approx Spun Pearl. HEX triplet: A1, 9D and B4. RGB value is (161,157,180). Sum of RGB (Red+Green+Blue) = 161+157+180=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #A19DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DB4 is #5E624B. Grayscale: #A0A0A0. Windows color (decimal): -6185548 or 11836833. OLE color: 11836833.

HSL color Cylindrical-coordinate representation of color #A19DB4: hue angle of 250.43º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A19DB4 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161157180-
CMYK0.110.1300.29
HSL250.43º13.29%66.08%-
HSV(B)250.43º12.78%70.59%-
XYZ34.9934.9948.09-
YUV160.82138.83128.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=32.33%
G=31.53%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611571800.110.1300.29250.4313.2966.08
HexA19DB4BD01Dfad42
Octal241235264131503537215102
Binary101000011001110110110100101111010111011111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DB4; }

 p { color: rgb(161,157,180); }

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

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

 a { background-color: rgb(161,157,180); }

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

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

 span { border-color: rgb(161,157,180); }

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