Shades of Light Slate Blue #A183FA
Tints of Light Slate Blue #A183FA
RGB
CMYK
RGB Variations
Color information
#A183FA (or 0xA183FA) is known color: Light Slate Blue. HEX triplet: A1, 83 and FA. RGB value is (161,131,250). Sum of RGB (Red+Green+Blue) = 161+131+250=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #A183FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183FA is #5E7C05. Grayscale: #999999. Windows color (decimal): -6192134 or 16417697. OLE color: 16417697.
HSL color Cylindrical-coordinate representation of color #A183FA: hue angle of 255.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A183FA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 131 | 250 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.02 |
| HSL | 255.13º | 0.92% | 0.75% | - |
| HSV(B) | 255.13º | 0.48% | 0.98% | - |
| XYZ | 40.07 | 30.71 | 94.26 | - |
| YUV | 153.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 250 | 0.36 | 0.48 | 0 | 0.02 | 255.13 | 0.92 | 0.75 |
| Hex | A1 | 83 | FA | 24 | 30 | 0 | 2 | FF | 5C | 4B |
| Octal | 241 | 203 | 372 | 44 | 60 | 0 | 2 | 377 | 134 | 113 |
| Binary | 10100001 | 10000011 | 11111010 | 100100 | 110000 | 0 | 10 | 11111111 | 1011100 | 1001011 |
Color Harmonies of #A183FA
Complementary color
Monochromatic Colors of #A183FA
Black with #A183FA
Text Example
Text Example
White with #A183FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183FA; }
p { color: rgb(161,131,250); }
H1.HeaderClassName
{
color: #A183FA;
}
.AnyTagClassName
{
color: #A183FA;
}
</style>
background-color css
<style>
a { background-color: #A183FA; }
a { background-color: rgb(161,131,250); }
div.DivClassName
{
background-color: #A183FA;
}
.BgClassName
{
background-color: #A183FA;
}
</style>
border-color css
<style>
span { border-color: #A183FA; }
span { border-color: rgb(161,131,250); }
td.TdClassName
{
border-color: #A183FA;
}
.TagClassName
{
border-color: #A183FA;
}
</style>