Shades of Light Slate Blue #A079FA
Tints of Light Slate Blue #A079FA
RGB
CMYK
RGB Variations
Color information
#A079FA (or 0xA079FA) is known color: Light Slate Blue. HEX triplet: A0, 79 and FA. RGB value is (160,121,250). Sum of RGB (Red+Green+Blue) = 160+121+250=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #A079FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A079FA is #5F8605. Grayscale: #929292. Windows color (decimal): -6260230 or 16415136. OLE color: 16415136.
HSL color Cylindrical-coordinate representation of color #A079FA: hue angle of 258.14º degrees, saturation: 0.93, 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 #A079FA is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 121 | 250 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.02 |
| HSL | 258.14º | 0.93% | 0.73% | - |
| HSV(B) | 258.14º | 0.52% | 0.98% | - |
| XYZ | 38.59 | 28.05 | 93.82 | - |
| YUV | 147.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 250 | 0.36 | 0.52 | 0 | 0.02 | 258.14 | 0.93 | 0.73 |
| Hex | A0 | 79 | FA | 24 | 34 | 0 | 2 | 102 | 5D | 49 |
| Octal | 240 | 171 | 372 | 44 | 64 | 0 | 2 | 402 | 135 | 111 |
| Binary | 10100000 | 1111001 | 11111010 | 100100 | 110100 | 0 | 10 | 100000010 | 1011101 | 1001001 |
Color Harmonies of #A079FA
Complementary color
Monochromatic Colors of #A079FA
Black with #A079FA
Text Example
Text Example
White with #A079FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079FA; }
p { color: rgb(160,121,250); }
H1.HeaderClassName
{
color: #A079FA;
}
.AnyTagClassName
{
color: #A079FA;
}
</style>
background-color css
<style>
a { background-color: #A079FA; }
a { background-color: rgb(160,121,250); }
div.DivClassName
{
background-color: #A079FA;
}
.BgClassName
{
background-color: #A079FA;
}
</style>
border-color css
<style>
span { border-color: #A079FA; }
span { border-color: rgb(160,121,250); }
td.TdClassName
{
border-color: #A079FA;
}
.TagClassName
{
border-color: #A079FA;
}
</style>