Shades of Light Slate Blue #A183FF
Tints of Light Slate Blue #A183FF
RGB
CMYK
RGB Variations
Color information
#A183FF (or 0xA183FF) is known color: Light Slate Blue. HEX triplet: A1, 83 and FF. RGB value is (161,131,255). Sum of RGB (Red+Green+Blue) = 161+131+255=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #A183FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183FF is #5E7C00. Grayscale: #999999. Windows color (decimal): -6192129 or 16745377. OLE color: 16745377.
HSL color Cylindrical-coordinate representation of color #A183FF: hue angle of 254.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A183FF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 131 | 255 | - |
| CMYK | 0.37 | 0.49 | 0 | 0 |
| HSL | 254.52º | 1% | 0.76% | - |
| HSV(B) | 254.52º | 0.49% | 1% | - |
| XYZ | 40.86 | 31.03 | 98.44 | - |
| YUV | 154.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 255 | 0.37 | 0.49 | 0 | 0 | 254.52 | 1 | 0.76 |
| Hex | A1 | 83 | FF | 25 | 31 | 0 | 0 | FF | 64 | 4C |
| Octal | 241 | 203 | 377 | 45 | 61 | 0 | 0 | 377 | 144 | 114 |
| Binary | 10100001 | 10000011 | 11111111 | 100101 | 110001 | 0 | 0 | 11111111 | 1100100 | 1001100 |
Color Harmonies of #A183FF
Complementary color
Monochromatic Colors of #A183FF
Black with #A183FF
Text Example
Text Example
White with #A183FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183FF; }
p { color: rgb(161,131,255); }
H1.HeaderClassName
{
color: #A183FF;
}
.AnyTagClassName
{
color: #A183FF;
}
</style>
background-color css
<style>
a { background-color: #A183FF; }
a { background-color: rgb(161,131,255); }
div.DivClassName
{
background-color: #A183FF;
}
.BgClassName
{
background-color: #A183FF;
}
</style>
border-color css
<style>
span { border-color: #A183FF; }
span { border-color: rgb(161,131,255); }
td.TdClassName
{
border-color: #A183FF;
}
.TagClassName
{
border-color: #A183FF;
}
</style>