Shades of Light Slate Blue #A07FFE
Tints of Light Slate Blue #A07FFE
RGB
CMYK
RGB Variations
Color information
#A07FFE (or 0xA07FFE) is known color: Light Slate Blue. HEX triplet: A0, 7F and FE. RGB value is (160,127,254). Sum of RGB (Red+Green+Blue) = 160+127+254=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #A07FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FFE is #5F8001. Grayscale: #969696. Windows color (decimal): -6258690 or 16678816. OLE color: 16678816.
HSL color Cylindrical-coordinate representation of color #A07FFE: hue angle of 255.59º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07FFE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 127 | 254 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.00 |
| HSL | 255.59º | 0.98% | 0.75% | - |
| HSV(B) | 255.59º | 0.5% | 1% | - |
| XYZ | 39.98 | 29.81 | 97.41 | - |
| YUV | 151.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 254 | 0.37 | 0.50 | 0 | 0.00 | 255.59 | 0.98 | 0.75 |
| Hex | A0 | 7F | FE | 25 | 32 | 0 | 0 | 100 | 62 | 4B |
| Octal | 240 | 177 | 376 | 45 | 62 | 0 | 0 | 400 | 142 | 113 |
| Binary | 10100000 | 1111111 | 11111110 | 100101 | 110010 | 0 | 0 | 100000000 | 1100010 | 1001011 |
Color Harmonies of #A07FFE
Complementary color
Monochromatic Colors of #A07FFE
Black with #A07FFE
Text Example
Text Example
White with #A07FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FFE; }
p { color: rgb(160,127,254); }
H1.HeaderClassName
{
color: #A07FFE;
}
.AnyTagClassName
{
color: #A07FFE;
}
</style>
background-color css
<style>
a { background-color: #A07FFE; }
a { background-color: rgb(160,127,254); }
div.DivClassName
{
background-color: #A07FFE;
}
.BgClassName
{
background-color: #A07FFE;
}
</style>
border-color css
<style>
span { border-color: #A07FFE; }
span { border-color: rgb(160,127,254); }
td.TdClassName
{
border-color: #A07FFE;
}
.TagClassName
{
border-color: #A07FFE;
}
</style>