Shades of Light Slate Blue #A07FFF
Tints of Light Slate Blue #A07FFF
RGB
CMYK
RGB Variations
Color information
#A07FFF (or 0xA07FFF) is known color: Light Slate Blue. HEX triplet: A0, 7F and FF. RGB value is (160,127,255). Sum of RGB (Red+Green+Blue) = 160+127+255=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A07FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FFF is #5F8000. Grayscale: #969696. Windows color (decimal): -6258689 or 16744352. OLE color: 16744352.
HSL color Cylindrical-coordinate representation of color #A07FFF: hue angle of 255.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07FFF is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 127 | 255 | - |
| CMYK | 0.37 | 0.50 | 0 | 0 |
| HSL | 255.47º | 1% | 0.75% | - |
| HSV(B) | 255.47º | 0.5% | 1% | - |
| XYZ | 40.14 | 29.87 | 98.26 | - |
| YUV | 151.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 255 | 0.37 | 0.50 | 0 | 0 | 255.47 | 1 | 0.75 |
| Hex | A0 | 7F | FF | 25 | 32 | 0 | 0 | FF | 64 | 4B |
| Octal | 240 | 177 | 377 | 45 | 62 | 0 | 0 | 377 | 144 | 113 |
| Binary | 10100000 | 1111111 | 11111111 | 100101 | 110010 | 0 | 0 | 11111111 | 1100100 | 1001011 |
Color Harmonies of #A07FFF
Complementary color
Monochromatic Colors of #A07FFF
Black with #A07FFF
Text Example
Text Example
White with #A07FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FFF; }
p { color: rgb(160,127,255); }
H1.HeaderClassName
{
color: #A07FFF;
}
.AnyTagClassName
{
color: #A07FFF;
}
</style>
background-color css
<style>
a { background-color: #A07FFF; }
a { background-color: rgb(160,127,255); }
div.DivClassName
{
background-color: #A07FFF;
}
.BgClassName
{
background-color: #A07FFF;
}
</style>
border-color css
<style>
span { border-color: #A07FFF; }
span { border-color: rgb(160,127,255); }
td.TdClassName
{
border-color: #A07FFF;
}
.TagClassName
{
border-color: #A07FFF;
}
</style>