Shades of Light Slate Blue #A079FB
Tints of Light Slate Blue #A079FB
RGB
CMYK
RGB Variations
Color information
#A079FB (or 0xA079FB) is known color: Light Slate Blue. HEX triplet: A0, 79 and FB. RGB value is (160,121,251). Sum of RGB (Red+Green+Blue) = 160+121+251=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #A079FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079FB is #5F8604. Grayscale: #939393. Windows color (decimal): -6260229 or 16480672. OLE color: 16480672.
HSL color Cylindrical-coordinate representation of color #A079FB: hue angle of 258º 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 #A079FB is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 121 | 251 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.02 |
| HSL | 258º | 0.94% | 0.73% | - |
| HSV(B) | 258º | 0.52% | 0.98% | - |
| XYZ | 38.75 | 28.11 | 94.65 | - |
| YUV | 147.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 251 | 0.36 | 0.52 | 0 | 0.02 | 258 | 0.94 | 0.73 |
| Hex | A0 | 79 | FB | 24 | 34 | 0 | 2 | 102 | 5E | 49 |
| Octal | 240 | 171 | 373 | 44 | 64 | 0 | 2 | 402 | 136 | 111 |
| Binary | 10100000 | 1111001 | 11111011 | 100100 | 110100 | 0 | 10 | 100000010 | 1011110 | 1001001 |
Color Harmonies of #A079FB
Complementary color
Monochromatic Colors of #A079FB
Black with #A079FB
Text Example
Text Example
White with #A079FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079FB; }
p { color: rgb(160,121,251); }
H1.HeaderClassName
{
color: #A079FB;
}
.AnyTagClassName
{
color: #A079FB;
}
</style>
background-color css
<style>
a { background-color: #A079FB; }
a { background-color: rgb(160,121,251); }
div.DivClassName
{
background-color: #A079FB;
}
.BgClassName
{
background-color: #A079FB;
}
</style>
border-color css
<style>
span { border-color: #A079FB; }
span { border-color: rgb(160,121,251); }
td.TdClassName
{
border-color: #A079FB;
}
.TagClassName
{
border-color: #A079FB;
}
</style>