#A19BD1

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

Shades of Wistful #A19BD1

Tints of Wistful #A19BD1

Color information

#A19BD1 (or 0xA19BD1) is unknown color: approx Wistful. HEX triplet: A1, 9B and D1. RGB value is (161,155,209). Sum of RGB (Red+Green+Blue) = 161+155+209=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #A19BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BD1 is #5E642E. Grayscale: #A2A2A2. Windows color (decimal): -6186031 or 13736865. OLE color: 13736865.

HSL color Cylindrical-coordinate representation of color #A19BD1: hue angle of 246.67º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19BD1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161155209-
CMYK0.230.2600.18
HSL246.67º36.99%71.37%-
HSV(B)246.67º25.84%81.96%-
XYZ37.9335.6265.2-
YUV162.95153.99126.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=30.67%
G=29.52%
B=39.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611552090.230.2600.18246.6736.9971.37
HexA19BD1171A012f72547
Octal241233321273202236745107
Binary1010000110011011110100011011111010010010111101111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BD1; }

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

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

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

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

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

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

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

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