Shades of Light Slate Blue #A575FD
Tints of Light Slate Blue #A575FD
RGB
CMYK
RGB Variations
Color information
#A575FD (or 0xA575FD) is known color: Light Slate Blue. HEX triplet: A5, 75 and FD. RGB value is (165,117,253). Sum of RGB (Red+Green+Blue) = 165+117+253=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #A575FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575FD is #5A8A02. Grayscale: #929292. Windows color (decimal): -5933571 or 16610725. OLE color: 16610725.
HSL color Cylindrical-coordinate representation of color #A575FD: hue angle of 261.18º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A575FD is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 117 | 253 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.01 |
| HSL | 261.18º | 0.97% | 0.73% | - |
| HSV(B) | 261.18º | 0.54% | 0.99% | - |
| XYZ | 39.61 | 27.81 | 96.21 | - |
| YUV | 146.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 253 | 0.35 | 0.54 | 0 | 0.01 | 261.18 | 0.97 | 0.73 |
| Hex | A5 | 75 | FD | 23 | 36 | 0 | 1 | 105 | 61 | 49 |
| Octal | 245 | 165 | 375 | 43 | 66 | 0 | 1 | 405 | 141 | 111 |
| Binary | 10100101 | 1110101 | 11111101 | 100011 | 110110 | 0 | 1 | 100000101 | 1100001 | 1001001 |
Color Harmonies of #A575FD
Complementary color
Monochromatic Colors of #A575FD
Black with #A575FD
Text Example
Text Example
White with #A575FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575FD; }
p { color: rgb(165,117,253); }
H1.HeaderClassName
{
color: #A575FD;
}
.AnyTagClassName
{
color: #A575FD;
}
</style>
background-color css
<style>
a { background-color: #A575FD; }
a { background-color: rgb(165,117,253); }
div.DivClassName
{
background-color: #A575FD;
}
.BgClassName
{
background-color: #A575FD;
}
</style>
border-color css
<style>
span { border-color: #A575FD; }
span { border-color: rgb(165,117,253); }
td.TdClassName
{
border-color: #A575FD;
}
.TagClassName
{
border-color: #A575FD;
}
</style>