Shades of Light Slate Blue #A082FE
Tints of Light Slate Blue #A082FE
RGB
CMYK
RGB Variations
Color information
#A082FE (or 0xA082FE) is known color: Light Slate Blue. HEX triplet: A0, 82 and FE. RGB value is (160,130,254). Sum of RGB (Red+Green+Blue) = 160+130+254=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #A082FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082FE is #5F7D01. Grayscale: #989898. Windows color (decimal): -6257922 or 16679584. OLE color: 16679584.
HSL color Cylindrical-coordinate representation of color #A082FE: hue angle of 254.52º 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 #A082FE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 130 | 254 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.00 |
| HSL | 254.52º | 0.98% | 0.75% | - |
| HSV(B) | 254.52º | 0.49% | 1% | - |
| XYZ | 40.37 | 30.59 | 97.54 | - |
| YUV | 153.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 254 | 0.37 | 0.49 | 0 | 0.00 | 254.52 | 0.98 | 0.75 |
| Hex | A0 | 82 | FE | 25 | 31 | 0 | 0 | FF | 62 | 4B |
| Octal | 240 | 202 | 376 | 45 | 61 | 0 | 0 | 377 | 142 | 113 |
| Binary | 10100000 | 10000010 | 11111110 | 100101 | 110001 | 0 | 0 | 11111111 | 1100010 | 1001011 |
Color Harmonies of #A082FE
Complementary color
Monochromatic Colors of #A082FE
Black with #A082FE
Text Example
Text Example
White with #A082FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082FE; }
p { color: rgb(160,130,254); }
H1.HeaderClassName
{
color: #A082FE;
}
.AnyTagClassName
{
color: #A082FE;
}
</style>
background-color css
<style>
a { background-color: #A082FE; }
a { background-color: rgb(160,130,254); }
div.DivClassName
{
background-color: #A082FE;
}
.BgClassName
{
background-color: #A082FE;
}
</style>
border-color css
<style>
span { border-color: #A082FE; }
span { border-color: rgb(160,130,254); }
td.TdClassName
{
border-color: #A082FE;
}
.TagClassName
{
border-color: #A082FE;
}
</style>