Shades of Light Slate Blue #A575FE
Tints of Light Slate Blue #A575FE
RGB
CMYK
RGB Variations
Color information
#A575FE (or 0xA575FE) is known color: Light Slate Blue. HEX triplet: A5, 75 and FE. RGB value is (165,117,254). Sum of RGB (Red+Green+Blue) = 165+117+254=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A575FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575FE is #5A8A01. Grayscale: #929292. Windows color (decimal): -5933570 or 16676261. OLE color: 16676261.
HSL color Cylindrical-coordinate representation of color #A575FE: hue angle of 261.02º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A575FE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 117 | 254 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.00 |
| HSL | 261.02º | 0.99% | 0.73% | - |
| HSV(B) | 261.02º | 0.54% | 1% | - |
| XYZ | 39.77 | 27.88 | 97.05 | - |
| YUV | 146.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 254 | 0.35 | 0.54 | 0 | 0.00 | 261.02 | 0.99 | 0.73 |
| Hex | A5 | 75 | FE | 23 | 36 | 0 | 0 | 105 | 63 | 49 |
| Octal | 245 | 165 | 376 | 43 | 66 | 0 | 0 | 405 | 143 | 111 |
| Binary | 10100101 | 1110101 | 11111110 | 100011 | 110110 | 0 | 0 | 100000101 | 1100011 | 1001001 |
Color Harmonies of #A575FE
Complementary color
Monochromatic Colors of #A575FE
Black with #A575FE
Text Example
Text Example
White with #A575FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575FE; }
p { color: rgb(165,117,254); }
H1.HeaderClassName
{
color: #A575FE;
}
.AnyTagClassName
{
color: #A575FE;
}
</style>
background-color css
<style>
a { background-color: #A575FE; }
a { background-color: rgb(165,117,254); }
div.DivClassName
{
background-color: #A575FE;
}
.BgClassName
{
background-color: #A575FE;
}
</style>
border-color css
<style>
span { border-color: #A575FE; }
span { border-color: rgb(165,117,254); }
td.TdClassName
{
border-color: #A575FE;
}
.TagClassName
{
border-color: #A575FE;
}
</style>