Shades of Light Slate Blue #A169FF
Tints of Light Slate Blue #A169FF
RGB
CMYK
RGB Variations
Color information
#A169FF (or 0xA169FF) is known color: Light Slate Blue. HEX triplet: A1, 69 and FF. RGB value is (161,105,255). Sum of RGB (Red+Green+Blue) = 161+105+255=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A169FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A169FF is #5E9600. Grayscale: #8A8A8A. Windows color (decimal): -6198785 or 16738721. OLE color: 16738721.
HSL color Cylindrical-coordinate representation of color #A169FF: hue angle of 262.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A169FF is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 105 | 255 | - |
| CMYK | 0.37 | 0.59 | 0 | 0 |
| HSL | 262.4º | 1% | 0.71% | - |
| HSV(B) | 262.4º | 0.59% | 1% | - |
| XYZ | 37.8 | 24.9 | 97.42 | - |
| YUV | 138.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 255 | 0.37 | 0.59 | 0 | 0 | 262.4 | 1 | 0.71 |
| Hex | A1 | 69 | FF | 25 | 3B | 0 | 0 | 106 | 64 | 47 |
| Octal | 241 | 151 | 377 | 45 | 73 | 0 | 0 | 406 | 144 | 107 |
| Binary | 10100001 | 1101001 | 11111111 | 100101 | 111011 | 0 | 0 | 100000110 | 1100100 | 1000111 |
Color Harmonies of #A169FF
Complementary color
Monochromatic Colors of #A169FF
Black with #A169FF
Text Example
Text Example
White with #A169FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169FF; }
p { color: rgb(161,105,255); }
H1.HeaderClassName
{
color: #A169FF;
}
.AnyTagClassName
{
color: #A169FF;
}
</style>
background-color css
<style>
a { background-color: #A169FF; }
a { background-color: rgb(161,105,255); }
div.DivClassName
{
background-color: #A169FF;
}
.BgClassName
{
background-color: #A169FF;
}
</style>
border-color css
<style>
span { border-color: #A169FF; }
span { border-color: rgb(161,105,255); }
td.TdClassName
{
border-color: #A169FF;
}
.TagClassName
{
border-color: #A169FF;
}
</style>