Shades of Light Slate Blue #A45FFF
Tints of Light Slate Blue #A45FFF
RGB
CMYK
RGB Variations
Color information
#A45FFF (or 0xA45FFF) is known color: Light Slate Blue. HEX triplet: A4, 5F and FF. RGB value is (164,95,255). Sum of RGB (Red+Green+Blue) = 164+95+255=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A45FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FFF is #5BA000. Grayscale: #858585. Windows color (decimal): -6004737 or 16736164. OLE color: 16736164.
HSL color Cylindrical-coordinate representation of color #A45FFF: hue angle of 265.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45FFF is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 95 | 255 | - |
| CMYK | 0.36 | 0.63 | 0 | 0 |
| HSL | 265.88º | 1% | 0.69% | - |
| HSV(B) | 265.88º | 0.63% | 1% | - |
| XYZ | 37.45 | 23.3 | 97.13 | - |
| YUV | 133.87 | 196.36 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 255 | 0.36 | 0.63 | 0 | 0 | 265.88 | 1 | 0.69 |
| Hex | A4 | 5F | FF | 24 | 3F | 0 | 0 | 10A | 64 | 45 |
| Octal | 244 | 137 | 377 | 44 | 77 | 0 | 0 | 412 | 144 | 105 |
| Binary | 10100100 | 1011111 | 11111111 | 100100 | 111111 | 0 | 0 | 100001010 | 1100100 | 1000101 |
Color Harmonies of #A45FFF
Complementary color
Monochromatic Colors of #A45FFF
Black with #A45FFF
Text Example
Text Example
White with #A45FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45FFF; }
p { color: rgb(164,95,255); }
H1.HeaderClassName
{
color: #A45FFF;
}
.AnyTagClassName
{
color: #A45FFF;
}
</style>
background-color css
<style>
a { background-color: #A45FFF; }
a { background-color: rgb(164,95,255); }
div.DivClassName
{
background-color: #A45FFF;
}
.BgClassName
{
background-color: #A45FFF;
}
</style>
border-color css
<style>
span { border-color: #A45FFF; }
span { border-color: rgb(164,95,255); }
td.TdClassName
{
border-color: #A45FFF;
}
.TagClassName
{
border-color: #A45FFF;
}
</style>