Shades of Light Slate Blue #A07EFA
Tints of Light Slate Blue #A07EFA
RGB
CMYK
RGB Variations
Color information
#A07EFA (or 0xA07EFA) is known color: Light Slate Blue. HEX triplet: A0, 7E and FA. RGB value is (160,126,250). Sum of RGB (Red+Green+Blue) = 160+126+250=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #A07EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EFA is #5F8105. Grayscale: #959595. Windows color (decimal): -6258950 or 16416416. OLE color: 16416416.
HSL color Cylindrical-coordinate representation of color #A07EFA: hue angle of 256.45º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07EFA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 126 | 250 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.02 |
| HSL | 256.45º | 0.93% | 0.74% | - |
| HSV(B) | 256.45º | 0.5% | 0.98% | - |
| XYZ | 39.21 | 29.3 | 94.03 | - |
| YUV | 150.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 250 | 0.36 | 0.50 | 0 | 0.02 | 256.45 | 0.93 | 0.74 |
| Hex | A0 | 7E | FA | 24 | 32 | 0 | 2 | 100 | 5D | 4A |
| Octal | 240 | 176 | 372 | 44 | 62 | 0 | 2 | 400 | 135 | 112 |
| Binary | 10100000 | 1111110 | 11111010 | 100100 | 110010 | 0 | 10 | 100000000 | 1011101 | 1001010 |
Color Harmonies of #A07EFA
Complementary color
Monochromatic Colors of #A07EFA
Black with #A07EFA
Text Example
Text Example
White with #A07EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EFA; }
p { color: rgb(160,126,250); }
H1.HeaderClassName
{
color: #A07EFA;
}
.AnyTagClassName
{
color: #A07EFA;
}
</style>
background-color css
<style>
a { background-color: #A07EFA; }
a { background-color: rgb(160,126,250); }
div.DivClassName
{
background-color: #A07EFA;
}
.BgClassName
{
background-color: #A07EFA;
}
</style>
border-color css
<style>
span { border-color: #A07EFA; }
span { border-color: rgb(160,126,250); }
td.TdClassName
{
border-color: #A07EFA;
}
.TagClassName
{
border-color: #A07EFA;
}
</style>