Shades of Light Slate Blue #A483FF
Tints of Light Slate Blue #A483FF
RGB
CMYK
RGB Variations
Color information
#A483FF (or 0xA483FF) is known color: Light Slate Blue. HEX triplet: A4, 83 and FF. RGB value is (164,131,255). Sum of RGB (Red+Green+Blue) = 164+131+255=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A483FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483FF is #5B7C00. Grayscale: #9A9A9A. Windows color (decimal): -5995521 or 16745380. OLE color: 16745380.
HSL color Cylindrical-coordinate representation of color #A483FF: hue angle of 255.97º 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 #A483FF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 131 | 255 | - |
| CMYK | 0.36 | 0.49 | 0 | 0 |
| HSL | 255.97º | 1% | 0.76% | - |
| HSV(B) | 255.97º | 0.49% | 1% | - |
| XYZ | 41.48 | 31.35 | 98.47 | - |
| YUV | 155 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 255 | 0.36 | 0.49 | 0 | 0 | 255.97 | 1 | 0.76 |
| Hex | A4 | 83 | FF | 24 | 31 | 0 | 0 | 100 | 64 | 4C |
| Octal | 244 | 203 | 377 | 44 | 61 | 0 | 0 | 400 | 144 | 114 |
| Binary | 10100100 | 10000011 | 11111111 | 100100 | 110001 | 0 | 0 | 100000000 | 1100100 | 1001100 |
Color Harmonies of #A483FF
Complementary color
Monochromatic Colors of #A483FF
Black with #A483FF
Text Example
Text Example
White with #A483FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483FF; }
p { color: rgb(164,131,255); }
H1.HeaderClassName
{
color: #A483FF;
}
.AnyTagClassName
{
color: #A483FF;
}
</style>
background-color css
<style>
a { background-color: #A483FF; }
a { background-color: rgb(164,131,255); }
div.DivClassName
{
background-color: #A483FF;
}
.BgClassName
{
background-color: #A483FF;
}
</style>
border-color css
<style>
span { border-color: #A483FF; }
span { border-color: rgb(164,131,255); }
td.TdClassName
{
border-color: #A483FF;
}
.TagClassName
{
border-color: #A483FF;
}
</style>