Shades of Light Slate Blue #A07FF8
Tints of Light Slate Blue #A07FF8
RGB
CMYK
RGB Variations
Color information
#A07FF8 (or 0xA07FF8) is known color: Light Slate Blue. HEX triplet: A0, 7F and F8. RGB value is (160,127,248). Sum of RGB (Red+Green+Blue) = 160+127+248=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #A07FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FF8 is #5F8007. Grayscale: #969696. Windows color (decimal): -6258696 or 16285600. OLE color: 16285600.
HSL color Cylindrical-coordinate representation of color #A07FF8: hue angle of 256.36º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07FF8 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 127 | 248 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.03 |
| HSL | 256.36º | 0.9% | 0.74% | - |
| HSV(B) | 256.36º | 0.49% | 0.97% | - |
| XYZ | 39.03 | 29.43 | 92.43 | - |
| YUV | 150.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 248 | 0.35 | 0.49 | 0 | 0.03 | 256.36 | 0.9 | 0.74 |
| Hex | A0 | 7F | F8 | 23 | 31 | 0 | 3 | 100 | 5A | 4A |
| Octal | 240 | 177 | 370 | 43 | 61 | 0 | 3 | 400 | 132 | 112 |
| Binary | 10100000 | 1111111 | 11111000 | 100011 | 110001 | 0 | 11 | 100000000 | 1011010 | 1001010 |
Color Harmonies of #A07FF8
Complementary color
Monochromatic Colors of #A07FF8
Black with #A07FF8
Text Example
Text Example
White with #A07FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FF8; }
p { color: rgb(160,127,248); }
H1.HeaderClassName
{
color: #A07FF8;
}
.AnyTagClassName
{
color: #A07FF8;
}
</style>
background-color css
<style>
a { background-color: #A07FF8; }
a { background-color: rgb(160,127,248); }
div.DivClassName
{
background-color: #A07FF8;
}
.BgClassName
{
background-color: #A07FF8;
}
</style>
border-color css
<style>
span { border-color: #A07FF8; }
span { border-color: rgb(160,127,248); }
td.TdClassName
{
border-color: #A07FF8;
}
.TagClassName
{
border-color: #A07FF8;
}
</style>