Shades of Light Slate Blue #A070FB
Tints of Light Slate Blue #A070FB
RGB
CMYK
RGB Variations
Color information
#A070FB (or 0xA070FB) is known color: Light Slate Blue. HEX triplet: A0, 70 and FB. RGB value is (160,112,251). Sum of RGB (Red+Green+Blue) = 160+112+251=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #A070FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070FB is #5F8F04. Grayscale: #8D8D8D. Windows color (decimal): -6262533 or 16478368. OLE color: 16478368.
HSL color Cylindrical-coordinate representation of color #A070FB: hue angle of 260.72º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A070FB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 112 | 251 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.02 |
| HSL | 260.72º | 0.95% | 0.71% | - |
| HSV(B) | 260.72º | 0.55% | 0.98% | - |
| XYZ | 37.7 | 26.03 | 94.3 | - |
| YUV | 142.2 | 189.4 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 251 | 0.36 | 0.55 | 0 | 0.02 | 260.72 | 0.95 | 0.71 |
| Hex | A0 | 70 | FB | 24 | 37 | 0 | 2 | 105 | 5F | 47 |
| Octal | 240 | 160 | 373 | 44 | 67 | 0 | 2 | 405 | 137 | 107 |
| Binary | 10100000 | 1110000 | 11111011 | 100100 | 110111 | 0 | 10 | 100000101 | 1011111 | 1000111 |
Color Harmonies of #A070FB
Complementary color
Monochromatic Colors of #A070FB
Black with #A070FB
Text Example
Text Example
White with #A070FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070FB; }
p { color: rgb(160,112,251); }
H1.HeaderClassName
{
color: #A070FB;
}
.AnyTagClassName
{
color: #A070FB;
}
</style>
background-color css
<style>
a { background-color: #A070FB; }
a { background-color: rgb(160,112,251); }
div.DivClassName
{
background-color: #A070FB;
}
.BgClassName
{
background-color: #A070FB;
}
</style>
border-color css
<style>
span { border-color: #A070FB; }
span { border-color: rgb(160,112,251); }
td.TdClassName
{
border-color: #A070FB;
}
.TagClassName
{
border-color: #A070FB;
}
</style>