Shades of Light Slate Blue #A05CFD
Tints of Light Slate Blue #A05CFD
RGB
CMYK
RGB Variations
Color information
#A05CFD (or 0xA05CFD) is known color: Light Slate Blue. HEX triplet: A0, 5C and FD. RGB value is (160,92,253). Sum of RGB (Red+Green+Blue) = 160+92+253=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #A05CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CFD is #5FA302. Grayscale: #828282. Windows color (decimal): -6267651 or 16604320. OLE color: 16604320.
HSL color Cylindrical-coordinate representation of color #A05CFD: hue angle of 265.34º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A05CFD is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 92 | 253 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.01 |
| HSL | 265.34º | 0.98% | 0.68% | - |
| HSV(B) | 265.34º | 0.64% | 0.99% | - |
| XYZ | 36.05 | 22.22 | 95.32 | - |
| YUV | 130.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 253 | 0.37 | 0.64 | 0 | 0.01 | 265.34 | 0.98 | 0.68 |
| Hex | A0 | 5C | FD | 25 | 40 | 0 | 1 | 109 | 62 | 44 |
| Octal | 240 | 134 | 375 | 45 | 100 | 0 | 1 | 411 | 142 | 104 |
| Binary | 10100000 | 1011100 | 11111101 | 100101 | 1000000 | 0 | 1 | 100001001 | 1100010 | 1000100 |
Color Harmonies of #A05CFD
Complementary color
Monochromatic Colors of #A05CFD
Black with #A05CFD
Text Example
Text Example
White with #A05CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CFD; }
p { color: rgb(160,92,253); }
H1.HeaderClassName
{
color: #A05CFD;
}
.AnyTagClassName
{
color: #A05CFD;
}
</style>
background-color css
<style>
a { background-color: #A05CFD; }
a { background-color: rgb(160,92,253); }
div.DivClassName
{
background-color: #A05CFD;
}
.BgClassName
{
background-color: #A05CFD;
}
</style>
border-color css
<style>
span { border-color: #A05CFD; }
span { border-color: rgb(160,92,253); }
td.TdClassName
{
border-color: #A05CFD;
}
.TagClassName
{
border-color: #A05CFD;
}
</style>