Shades of Light Slate Blue #A083FB
Tints of Light Slate Blue #A083FB
RGB
CMYK
RGB Variations
Color information
#A083FB (or 0xA083FB) is known color: Light Slate Blue. HEX triplet: A0, 83 and FB. RGB value is (160,131,251). Sum of RGB (Red+Green+Blue) = 160+131+251=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #A083FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083FB is #5F7C04. Grayscale: #989898. Windows color (decimal): -6257669 or 16483232. OLE color: 16483232.
HSL color Cylindrical-coordinate representation of color #A083FB: hue angle of 254.5º degrees, saturation: 0.94, 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 #A083FB is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 131 | 251 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.02 |
| HSL | 254.5º | 0.94% | 0.75% | - |
| HSV(B) | 254.5º | 0.48% | 0.98% | - |
| XYZ | 40.03 | 30.67 | 95.08 | - |
| YUV | 153.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 251 | 0.36 | 0.48 | 0 | 0.02 | 254.5 | 0.94 | 0.75 |
| Hex | A0 | 83 | FB | 24 | 30 | 0 | 2 | FE | 5E | 4B |
| Octal | 240 | 203 | 373 | 44 | 60 | 0 | 2 | 376 | 136 | 113 |
| Binary | 10100000 | 10000011 | 11111011 | 100100 | 110000 | 0 | 10 | 11111110 | 1011110 | 1001011 |
Color Harmonies of #A083FB
Complementary color
Monochromatic Colors of #A083FB
Black with #A083FB
Text Example
Text Example
White with #A083FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083FB; }
p { color: rgb(160,131,251); }
H1.HeaderClassName
{
color: #A083FB;
}
.AnyTagClassName
{
color: #A083FB;
}
</style>
background-color css
<style>
a { background-color: #A083FB; }
a { background-color: rgb(160,131,251); }
div.DivClassName
{
background-color: #A083FB;
}
.BgClassName
{
background-color: #A083FB;
}
</style>
border-color css
<style>
span { border-color: #A083FB; }
span { border-color: rgb(160,131,251); }
td.TdClassName
{
border-color: #A083FB;
}
.TagClassName
{
border-color: #A083FB;
}
</style>