Shades of Light Slate Blue #A578FE
Tints of Light Slate Blue #A578FE
RGB
CMYK
RGB Variations
Color information
#A578FE (or 0xA578FE) is known color: Light Slate Blue. HEX triplet: A5, 78 and FE. RGB value is (165,120,254). Sum of RGB (Red+Green+Blue) = 165+120+254=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A578FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578FE is #5A8701. Grayscale: #949494. Windows color (decimal): -5932802 or 16677029. OLE color: 16677029.
HSL color Cylindrical-coordinate representation of color #A578FE: hue angle of 260.15º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A578FE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 120 | 254 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.00 |
| HSL | 260.15º | 0.99% | 0.73% | - |
| HSV(B) | 260.15º | 0.53% | 1% | - |
| XYZ | 40.12 | 28.59 | 97.17 | - |
| YUV | 148.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 254 | 0.35 | 0.53 | 0 | 0.00 | 260.15 | 0.99 | 0.73 |
| Hex | A5 | 78 | FE | 23 | 35 | 0 | 0 | 104 | 63 | 49 |
| Octal | 245 | 170 | 376 | 43 | 65 | 0 | 0 | 404 | 143 | 111 |
| Binary | 10100101 | 1111000 | 11111110 | 100011 | 110101 | 0 | 0 | 100000100 | 1100011 | 1001001 |
Color Harmonies of #A578FE
Complementary color
Monochromatic Colors of #A578FE
Black with #A578FE
Text Example
Text Example
White with #A578FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578FE; }
p { color: rgb(165,120,254); }
H1.HeaderClassName
{
color: #A578FE;
}
.AnyTagClassName
{
color: #A578FE;
}
</style>
background-color css
<style>
a { background-color: #A578FE; }
a { background-color: rgb(165,120,254); }
div.DivClassName
{
background-color: #A578FE;
}
.BgClassName
{
background-color: #A578FE;
}
</style>
border-color css
<style>
span { border-color: #A578FE; }
span { border-color: rgb(165,120,254); }
td.TdClassName
{
border-color: #A578FE;
}
.TagClassName
{
border-color: #A578FE;
}
</style>