Shades of Light Slate Blue #A078FB
Tints of Light Slate Blue #A078FB
RGB
CMYK
RGB Variations
Color information
#A078FB (or 0xA078FB) is known color: Light Slate Blue. HEX triplet: A0, 78 and FB. RGB value is (160,120,251). Sum of RGB (Red+Green+Blue) = 160+120+251=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #A078FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078FB is #5F8704. Grayscale: #929292. Windows color (decimal): -6260485 or 16480416. OLE color: 16480416.
HSL color Cylindrical-coordinate representation of color #A078FB: hue angle of 258.32º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A078FB is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 120 | 251 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.02 |
| HSL | 258.32º | 0.94% | 0.73% | - |
| HSV(B) | 258.32º | 0.52% | 0.98% | - |
| XYZ | 38.63 | 27.87 | 94.61 | - |
| YUV | 146.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 251 | 0.36 | 0.52 | 0 | 0.02 | 258.32 | 0.94 | 0.73 |
| Hex | A0 | 78 | FB | 24 | 34 | 0 | 2 | 102 | 5E | 49 |
| Octal | 240 | 170 | 373 | 44 | 64 | 0 | 2 | 402 | 136 | 111 |
| Binary | 10100000 | 1111000 | 11111011 | 100100 | 110100 | 0 | 10 | 100000010 | 1011110 | 1001001 |
Color Harmonies of #A078FB
Complementary color
Monochromatic Colors of #A078FB
Black with #A078FB
Text Example
Text Example
White with #A078FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078FB; }
p { color: rgb(160,120,251); }
H1.HeaderClassName
{
color: #A078FB;
}
.AnyTagClassName
{
color: #A078FB;
}
</style>
background-color css
<style>
a { background-color: #A078FB; }
a { background-color: rgb(160,120,251); }
div.DivClassName
{
background-color: #A078FB;
}
.BgClassName
{
background-color: #A078FB;
}
</style>
border-color css
<style>
span { border-color: #A078FB; }
span { border-color: rgb(160,120,251); }
td.TdClassName
{
border-color: #A078FB;
}
.TagClassName
{
border-color: #A078FB;
}
</style>