Shades of Light Slate Blue #A582FE
Tints of Light Slate Blue #A582FE
RGB
CMYK
RGB Variations
Color information
#A582FE (or 0xA582FE) is known color: Light Slate Blue. HEX triplet: A5, 82 and FE. RGB value is (165,130,254). Sum of RGB (Red+Green+Blue) = 165+130+254=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 130 (51.17% from 255 or 23.68% 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 #A582FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582FE is #5A7D01. Grayscale: #9A9A9A. Windows color (decimal): -5930242 or 16679589. OLE color: 16679589.
HSL color Cylindrical-coordinate representation of color #A582FE: hue angle of 256.94º 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 #A582FE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 130 | 254 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.00 |
| HSL | 256.94º | 0.98% | 0.75% | - |
| HSV(B) | 256.94º | 0.49% | 1% | - |
| XYZ | 41.39 | 31.12 | 97.59 | - |
| YUV | 154.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 254 | 0.35 | 0.49 | 0 | 0.00 | 256.94 | 0.98 | 0.75 |
| Hex | A5 | 82 | FE | 23 | 31 | 0 | 0 | 101 | 62 | 4B |
| Octal | 245 | 202 | 376 | 43 | 61 | 0 | 0 | 401 | 142 | 113 |
| Binary | 10100101 | 10000010 | 11111110 | 100011 | 110001 | 0 | 0 | 100000001 | 1100010 | 1001011 |
Color Harmonies of #A582FE
Complementary color
Monochromatic Colors of #A582FE
Black with #A582FE
Text Example
Text Example
White with #A582FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582FE; }
p { color: rgb(165,130,254); }
H1.HeaderClassName
{
color: #A582FE;
}
.AnyTagClassName
{
color: #A582FE;
}
</style>
background-color css
<style>
a { background-color: #A582FE; }
a { background-color: rgb(165,130,254); }
div.DivClassName
{
background-color: #A582FE;
}
.BgClassName
{
background-color: #A582FE;
}
</style>
border-color css
<style>
span { border-color: #A582FE; }
span { border-color: rgb(165,130,254); }
td.TdClassName
{
border-color: #A582FE;
}
.TagClassName
{
border-color: #A582FE;
}
</style>