Shades of Light Slate Blue #A482FE
Tints of Light Slate Blue #A482FE
RGB
CMYK
RGB Variations
Color information
#A482FE (or 0xA482FE) is known color: Light Slate Blue. HEX triplet: A4, 82 and FE. RGB value is (164,130,254). Sum of RGB (Red+Green+Blue) = 164+130+254=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #A482FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A482FE is #5B7D01. Grayscale: #999999. Windows color (decimal): -5995778 or 16679588. OLE color: 16679588.
HSL color Cylindrical-coordinate representation of color #A482FE: hue angle of 256.45º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A482FE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 130 | 254 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.00 |
| HSL | 256.45º | 0.98% | 0.75% | - |
| HSV(B) | 256.45º | 0.49% | 1% | - |
| XYZ | 41.18 | 31.01 | 97.58 | - |
| YUV | 154.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 254 | 0.35 | 0.49 | 0 | 0.00 | 256.45 | 0.98 | 0.75 |
| Hex | A4 | 82 | FE | 23 | 31 | 0 | 0 | 100 | 62 | 4B |
| Octal | 244 | 202 | 376 | 43 | 61 | 0 | 0 | 400 | 142 | 113 |
| Binary | 10100100 | 10000010 | 11111110 | 100011 | 110001 | 0 | 0 | 100000000 | 1100010 | 1001011 |
Color Harmonies of #A482FE
Complementary color
Monochromatic Colors of #A482FE
Black with #A482FE
Text Example
Text Example
White with #A482FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482FE; }
p { color: rgb(164,130,254); }
H1.HeaderClassName
{
color: #A482FE;
}
.AnyTagClassName
{
color: #A482FE;
}
</style>
background-color css
<style>
a { background-color: #A482FE; }
a { background-color: rgb(164,130,254); }
div.DivClassName
{
background-color: #A482FE;
}
.BgClassName
{
background-color: #A482FE;
}
</style>
border-color css
<style>
span { border-color: #A482FE; }
span { border-color: rgb(164,130,254); }
td.TdClassName
{
border-color: #A482FE;
}
.TagClassName
{
border-color: #A482FE;
}
</style>