Shades of Light Slate Blue #A483FE
Tints of Light Slate Blue #A483FE
RGB
CMYK
RGB Variations
Color information
#A483FE (or 0xA483FE) is known color: Light Slate Blue. HEX triplet: A4, 83 and FE. RGB value is (164,131,254). Sum of RGB (Red+Green+Blue) = 164+131+254=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A483FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483FE is #5B7C01. Grayscale: #9A9A9A. Windows color (decimal): -5995522 or 16679844. OLE color: 16679844.
HSL color Cylindrical-coordinate representation of color #A483FE: hue angle of 256.1º 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 #A483FE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 131 | 254 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.00 |
| HSL | 256.1º | 0.98% | 0.75% | - |
| HSV(B) | 256.1º | 0.48% | 1% | - |
| XYZ | 41.32 | 31.28 | 97.63 | - |
| YUV | 154.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 254 | 0.35 | 0.48 | 0 | 0.00 | 256.1 | 0.98 | 0.75 |
| Hex | A4 | 83 | FE | 23 | 30 | 0 | 0 | 100 | 62 | 4B |
| Octal | 244 | 203 | 376 | 43 | 60 | 0 | 0 | 400 | 142 | 113 |
| Binary | 10100100 | 10000011 | 11111110 | 100011 | 110000 | 0 | 0 | 100000000 | 1100010 | 1001011 |
Color Harmonies of #A483FE
Complementary color
Monochromatic Colors of #A483FE
Black with #A483FE
Text Example
Text Example
White with #A483FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483FE; }
p { color: rgb(164,131,254); }
H1.HeaderClassName
{
color: #A483FE;
}
.AnyTagClassName
{
color: #A483FE;
}
</style>
background-color css
<style>
a { background-color: #A483FE; }
a { background-color: rgb(164,131,254); }
div.DivClassName
{
background-color: #A483FE;
}
.BgClassName
{
background-color: #A483FE;
}
</style>
border-color css
<style>
span { border-color: #A483FE; }
span { border-color: rgb(164,131,254); }
td.TdClassName
{
border-color: #A483FE;
}
.TagClassName
{
border-color: #A483FE;
}
</style>