Shades of Light Slate Blue #A45DFF
Tints of Light Slate Blue #A45DFF
RGB
CMYK
RGB Variations
Color information
#A45DFF (or 0xA45DFF) is known color: Light Slate Blue. HEX triplet: A4, 5D and FF. RGB value is (164,93,255). Sum of RGB (Red+Green+Blue) = 164+93+255=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #A45DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DFF is #5BA200. Grayscale: #848484. Windows color (decimal): -6005249 or 16735652. OLE color: 16735652.
HSL color Cylindrical-coordinate representation of color #A45DFF: hue angle of 266.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A45DFF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 93 | 255 | - |
| CMYK | 0.36 | 0.64 | 0 | 0 |
| HSL | 266.3º | 1% | 0.68% | - |
| HSV(B) | 266.3º | 0.64% | 1% | - |
| XYZ | 37.27 | 22.94 | 97.07 | - |
| YUV | 132.7 | 197.02 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 255 | 0.36 | 0.64 | 0 | 0 | 266.3 | 1 | 0.68 |
| Hex | A4 | 5D | FF | 24 | 40 | 0 | 0 | 10A | 64 | 44 |
| Octal | 244 | 135 | 377 | 44 | 100 | 0 | 0 | 412 | 144 | 104 |
| Binary | 10100100 | 1011101 | 11111111 | 100100 | 1000000 | 0 | 0 | 100001010 | 1100100 | 1000100 |
Color Harmonies of #A45DFF
Complementary color
Monochromatic Colors of #A45DFF
Black with #A45DFF
Text Example
Text Example
White with #A45DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DFF; }
p { color: rgb(164,93,255); }
H1.HeaderClassName
{
color: #A45DFF;
}
.AnyTagClassName
{
color: #A45DFF;
}
</style>
background-color css
<style>
a { background-color: #A45DFF; }
a { background-color: rgb(164,93,255); }
div.DivClassName
{
background-color: #A45DFF;
}
.BgClassName
{
background-color: #A45DFF;
}
</style>
border-color css
<style>
span { border-color: #A45DFF; }
span { border-color: rgb(164,93,255); }
td.TdClassName
{
border-color: #A45DFF;
}
.TagClassName
{
border-color: #A45DFF;
}
</style>