Shades of Light Slate Blue #A07FFA
Tints of Light Slate Blue #A07FFA
RGB
CMYK
RGB Variations
Color information
#A07FFA (or 0xA07FFA) is known color: Light Slate Blue. HEX triplet: A0, 7F and FA. RGB value is (160,127,250). Sum of RGB (Red+Green+Blue) = 160+127+250=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #A07FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FFA is #5F8005. Grayscale: #969696. Windows color (decimal): -6258694 or 16416672. OLE color: 16416672.
HSL color Cylindrical-coordinate representation of color #A07FFA: hue angle of 256.1º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07FFA is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 127 | 250 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.02 |
| HSL | 256.1º | 0.92% | 0.74% | - |
| HSV(B) | 256.1º | 0.49% | 0.98% | - |
| XYZ | 39.34 | 29.55 | 94.07 | - |
| YUV | 150.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 250 | 0.36 | 0.49 | 0 | 0.02 | 256.1 | 0.92 | 0.74 |
| Hex | A0 | 7F | FA | 24 | 31 | 0 | 2 | 100 | 5C | 4A |
| Octal | 240 | 177 | 372 | 44 | 61 | 0 | 2 | 400 | 134 | 112 |
| Binary | 10100000 | 1111111 | 11111010 | 100100 | 110001 | 0 | 10 | 100000000 | 1011100 | 1001010 |
Color Harmonies of #A07FFA
Complementary color
Monochromatic Colors of #A07FFA
Black with #A07FFA
Text Example
Text Example
White with #A07FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FFA; }
p { color: rgb(160,127,250); }
H1.HeaderClassName
{
color: #A07FFA;
}
.AnyTagClassName
{
color: #A07FFA;
}
</style>
background-color css
<style>
a { background-color: #A07FFA; }
a { background-color: rgb(160,127,250); }
div.DivClassName
{
background-color: #A07FFA;
}
.BgClassName
{
background-color: #A07FFA;
}
</style>
border-color css
<style>
span { border-color: #A07FFA; }
span { border-color: rgb(160,127,250); }
td.TdClassName
{
border-color: #A07FFA;
}
.TagClassName
{
border-color: #A07FFA;
}
</style>