Shades of Light Slate Blue #A070FE
Tints of Light Slate Blue #A070FE
RGB
CMYK
RGB Variations
Color information
#A070FE (or 0xA070FE) is known color: Light Slate Blue. HEX triplet: A0, 70 and FE. RGB value is (160,112,254). Sum of RGB (Red+Green+Blue) = 160+112+254=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #A070FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070FE is #5F8F01. Grayscale: #8E8E8E. Windows color (decimal): -6262530 or 16674976. OLE color: 16674976.
HSL color Cylindrical-coordinate representation of color #A070FE: hue angle of 260.28º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A070FE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 112 | 254 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.00 |
| HSL | 260.28º | 0.99% | 0.72% | - |
| HSV(B) | 260.28º | 0.56% | 1% | - |
| XYZ | 38.18 | 26.22 | 96.81 | - |
| YUV | 142.54 | 190.9 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 254 | 0.37 | 0.56 | 0 | 0.00 | 260.28 | 0.99 | 0.72 |
| Hex | A0 | 70 | FE | 25 | 38 | 0 | 0 | 104 | 63 | 48 |
| Octal | 240 | 160 | 376 | 45 | 70 | 0 | 0 | 404 | 143 | 110 |
| Binary | 10100000 | 1110000 | 11111110 | 100101 | 111000 | 0 | 0 | 100000100 | 1100011 | 1001000 |
Color Harmonies of #A070FE
Complementary color
Monochromatic Colors of #A070FE
Black with #A070FE
Text Example
Text Example
White with #A070FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070FE; }
p { color: rgb(160,112,254); }
H1.HeaderClassName
{
color: #A070FE;
}
.AnyTagClassName
{
color: #A070FE;
}
</style>
background-color css
<style>
a { background-color: #A070FE; }
a { background-color: rgb(160,112,254); }
div.DivClassName
{
background-color: #A070FE;
}
.BgClassName
{
background-color: #A070FE;
}
</style>
border-color css
<style>
span { border-color: #A070FE; }
span { border-color: rgb(160,112,254); }
td.TdClassName
{
border-color: #A070FE;
}
.TagClassName
{
border-color: #A070FE;
}
</style>