Shades of Light Slate Blue #A573FE
Tints of Light Slate Blue #A573FE
RGB
CMYK
RGB Variations
Color information
#A573FE (or 0xA573FE) is known color: Light Slate Blue. HEX triplet: A5, 73 and FE. RGB value is (165,115,254). Sum of RGB (Red+Green+Blue) = 165+115+254=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #A573FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573FE is #5A8C01. Grayscale: #919191. Windows color (decimal): -5934082 or 16675749. OLE color: 16675749.
HSL color Cylindrical-coordinate representation of color #A573FE: hue angle of 261.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A573FE is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 115 | 254 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.00 |
| HSL | 261.58º | 0.99% | 0.72% | - |
| HSV(B) | 261.58º | 0.55% | 1% | - |
| XYZ | 39.54 | 27.42 | 96.97 | - |
| YUV | 145.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 254 | 0.35 | 0.55 | 0 | 0.00 | 261.58 | 0.99 | 0.72 |
| Hex | A5 | 73 | FE | 23 | 37 | 0 | 0 | 106 | 63 | 48 |
| Octal | 245 | 163 | 376 | 43 | 67 | 0 | 0 | 406 | 143 | 110 |
| Binary | 10100101 | 1110011 | 11111110 | 100011 | 110111 | 0 | 0 | 100000110 | 1100011 | 1001000 |
Color Harmonies of #A573FE
Complementary color
Monochromatic Colors of #A573FE
Black with #A573FE
Text Example
Text Example
White with #A573FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573FE; }
p { color: rgb(165,115,254); }
H1.HeaderClassName
{
color: #A573FE;
}
.AnyTagClassName
{
color: #A573FE;
}
</style>
background-color css
<style>
a { background-color: #A573FE; }
a { background-color: rgb(165,115,254); }
div.DivClassName
{
background-color: #A573FE;
}
.BgClassName
{
background-color: #A573FE;
}
</style>
border-color css
<style>
span { border-color: #A573FE; }
span { border-color: rgb(165,115,254); }
td.TdClassName
{
border-color: #A573FE;
}
.TagClassName
{
border-color: #A573FE;
}
</style>