Shades of Light Slate Blue #A162FF
Tints of Light Slate Blue #A162FF
RGB
CMYK
RGB Variations
Color information
#A162FF (or 0xA162FF) is known color: Light Slate Blue. HEX triplet: A1, 62 and FF. RGB value is (161,98,255). Sum of RGB (Red+Green+Blue) = 161+98+255=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A162FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162FF is #5E9D00. Grayscale: #868686. Windows color (decimal): -6200577 or 16736929. OLE color: 16736929.
HSL color Cylindrical-coordinate representation of color #A162FF: hue angle of 264.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A162FF is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 98 | 255 | - |
| CMYK | 0.37 | 0.62 | 0 | 0 |
| HSL | 264.08º | 1% | 0.69% | - |
| HSV(B) | 264.08º | 0.62% | 1% | - |
| XYZ | 37.12 | 23.53 | 97.19 | - |
| YUV | 134.74 | 195.87 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 255 | 0.37 | 0.62 | 0 | 0 | 264.08 | 1 | 0.69 |
| Hex | A1 | 62 | FF | 25 | 3E | 0 | 0 | 108 | 64 | 45 |
| Octal | 241 | 142 | 377 | 45 | 76 | 0 | 0 | 410 | 144 | 105 |
| Binary | 10100001 | 1100010 | 11111111 | 100101 | 111110 | 0 | 0 | 100001000 | 1100100 | 1000101 |
Color Harmonies of #A162FF
Complementary color
Monochromatic Colors of #A162FF
Black with #A162FF
Text Example
Text Example
White with #A162FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162FF; }
p { color: rgb(161,98,255); }
H1.HeaderClassName
{
color: #A162FF;
}
.AnyTagClassName
{
color: #A162FF;
}
</style>
background-color css
<style>
a { background-color: #A162FF; }
a { background-color: rgb(161,98,255); }
div.DivClassName
{
background-color: #A162FF;
}
.BgClassName
{
background-color: #A162FF;
}
</style>
border-color css
<style>
span { border-color: #A162FF; }
span { border-color: rgb(161,98,255); }
td.TdClassName
{
border-color: #A162FF;
}
.TagClassName
{
border-color: #A162FF;
}
</style>