Shades of Light Slate Blue #A482FA
Tints of Light Slate Blue #A482FA
RGB
CMYK
RGB Variations
Color information
#A482FA (or 0xA482FA) is known color: Light Slate Blue. HEX triplet: A4, 82 and FA. RGB value is (164,130,250). Sum of RGB (Red+Green+Blue) = 164+130+250=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #A482FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A482FA is #5B7D05. Grayscale: #999999. Windows color (decimal): -5995782 or 16417444. OLE color: 16417444.
HSL color Cylindrical-coordinate representation of color #A482FA: hue angle of 257º 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 #A482FA is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 130 | 250 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.02 |
| HSL | 257º | 0.92% | 0.75% | - |
| HSV(B) | 257º | 0.48% | 0.98% | - |
| XYZ | 40.55 | 30.76 | 94.24 | - |
| YUV | 153.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 250 | 0.34 | 0.48 | 0 | 0.02 | 257 | 0.92 | 0.75 |
| Hex | A4 | 82 | FA | 22 | 30 | 0 | 2 | 101 | 5C | 4B |
| Octal | 244 | 202 | 372 | 42 | 60 | 0 | 2 | 401 | 134 | 113 |
| Binary | 10100100 | 10000010 | 11111010 | 100010 | 110000 | 0 | 10 | 100000001 | 1011100 | 1001011 |
Color Harmonies of #A482FA
Complementary color
Monochromatic Colors of #A482FA
Black with #A482FA
Text Example
Text Example
White with #A482FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482FA; }
p { color: rgb(164,130,250); }
H1.HeaderClassName
{
color: #A482FA;
}
.AnyTagClassName
{
color: #A482FA;
}
</style>
background-color css
<style>
a { background-color: #A482FA; }
a { background-color: rgb(164,130,250); }
div.DivClassName
{
background-color: #A482FA;
}
.BgClassName
{
background-color: #A482FA;
}
</style>
border-color css
<style>
span { border-color: #A482FA; }
span { border-color: rgb(164,130,250); }
td.TdClassName
{
border-color: #A482FA;
}
.TagClassName
{
border-color: #A482FA;
}
</style>