Shades of Wistful #A1A1DB
Tints of Wistful #A1A1DB
RGB
CMYK
RGB Variations
Color information
#A1A1DB (or 0xA1A1DB) is known color: Wistful. HEX triplet: A1, A1 and DB. RGB value is (161,161,219). Sum of RGB (Red+Green+Blue) = 161+161+219=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A1DB is #5E5E24. Grayscale: #A7A7A7. Windows color (decimal): -6184485 or 14393761. OLE color: 14393761.
HSL color Cylindrical-coordinate representation of color #A1A1DB: hue angle of 240º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A1DB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 161 | 161 | 219 | - |
CMYK | 0.26 | 0.26 | 0 | 0.14 |
HSL | 240º | 0.45% | 0.75% | - |
HSV(B) | 240º | 0.26% | 0.86% | - |
XYZ | 40.23 | 38.18 | 72.27 | - |
YUV | 167.61 | 157 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 161 | 219 | 0.26 | 0.26 | 0 | 0.14 | 240 | 0.45 | 0.75 |
Hex | A1 | A1 | DB | 1A | 1A | 0 | E | F0 | 2D | 4B |
Octal | 241 | 241 | 333 | 32 | 32 | 0 | 16 | 360 | 55 | 113 |
Binary | 10100001 | 10100001 | 11011011 | 11010 | 11010 | 0 | 1110 | 11110000 | 101101 | 1001011 |
Color Harmonies of #A1A1DB
Complementary color
Monochromatic Colors of #A1A1DB
Black with #A1A1DB
Text Example
Text Example
White with #A1A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A1DB; }
p { color: rgb(161,161,219); }
H1.HeaderClassName
{
color: #A1A1DB;
}
.AnyTagClassName
{
color: #A1A1DB;
}
</style>
background-color css
<style>
a { background-color: #A1A1DB; }
a { background-color: rgb(161,161,219); }
div.DivClassName
{
background-color: #A1A1DB;
}
.BgClassName
{
background-color: #A1A1DB;
}
</style>
border-color css
<style>
span { border-color: #A1A1DB; }
span { border-color: rgb(161,161,219); }
td.TdClassName
{
border-color: #A1A1DB;
}
.TagClassName
{
border-color: #A1A1DB;
}
</style>