Shades of Light Slate Blue #A183FE
Tints of Light Slate Blue #A183FE
RGB
CMYK
RGB Variations
Color information
#A183FE (or 0xA183FE) is known color: Light Slate Blue. HEX triplet: A1, 83 and FE. RGB value is (161,131,254). Sum of RGB (Red+Green+Blue) = 161+131+254=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #A183FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183FE is #5E7C01. Grayscale: #999999. Windows color (decimal): -6192130 or 16679841. OLE color: 16679841.
HSL color Cylindrical-coordinate representation of color #A183FE: hue angle of 254.63º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A183FE is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 131 | 254 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.00 |
| HSL | 254.63º | 0.98% | 0.75% | - |
| HSV(B) | 254.63º | 0.48% | 1% | - |
| XYZ | 40.7 | 30.97 | 97.6 | - |
| YUV | 153.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 254 | 0.37 | 0.48 | 0 | 0.00 | 254.63 | 0.98 | 0.75 |
| Hex | A1 | 83 | FE | 25 | 30 | 0 | 0 | FF | 62 | 4B |
| Octal | 241 | 203 | 376 | 45 | 60 | 0 | 0 | 377 | 142 | 113 |
| Binary | 10100001 | 10000011 | 11111110 | 100101 | 110000 | 0 | 0 | 11111111 | 1100010 | 1001011 |
Color Harmonies of #A183FE
Complementary color
Monochromatic Colors of #A183FE
Black with #A183FE
Text Example
Text Example
White with #A183FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183FE; }
p { color: rgb(161,131,254); }
H1.HeaderClassName
{
color: #A183FE;
}
.AnyTagClassName
{
color: #A183FE;
}
</style>
background-color css
<style>
a { background-color: #A183FE; }
a { background-color: rgb(161,131,254); }
div.DivClassName
{
background-color: #A183FE;
}
.BgClassName
{
background-color: #A183FE;
}
</style>
border-color css
<style>
span { border-color: #A183FE; }
span { border-color: rgb(161,131,254); }
td.TdClassName
{
border-color: #A183FE;
}
.TagClassName
{
border-color: #A183FE;
}
</style>