Shades of Light Slate Blue #A076FF
Tints of Light Slate Blue #A076FF
RGB
CMYK
RGB Variations
Color information
#A076FF (or 0xA076FF) is known color: Light Slate Blue. HEX triplet: A0, 76 and FF. RGB value is (160,118,255). Sum of RGB (Red+Green+Blue) = 160+118+255=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #A076FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076FF is #5F8900. Grayscale: #919191. Windows color (decimal): -6260993 or 16742048. OLE color: 16742048.
HSL color Cylindrical-coordinate representation of color #A076FF: hue angle of 258.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A076FF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 118 | 255 | - |
| CMYK | 0.37 | 0.54 | 0 | 0 |
| HSL | 258.39º | 1% | 0.73% | - |
| HSV(B) | 258.39º | 0.54% | 1% | - |
| XYZ | 39.03 | 27.65 | 97.89 | - |
| YUV | 146.18 | 189.41 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 255 | 0.37 | 0.54 | 0 | 0 | 258.39 | 1 | 0.73 |
| Hex | A0 | 76 | FF | 25 | 36 | 0 | 0 | 102 | 64 | 49 |
| Octal | 240 | 166 | 377 | 45 | 66 | 0 | 0 | 402 | 144 | 111 |
| Binary | 10100000 | 1110110 | 11111111 | 100101 | 110110 | 0 | 0 | 100000010 | 1100100 | 1001001 |
Color Harmonies of #A076FF
Complementary color
Monochromatic Colors of #A076FF
Black with #A076FF
Text Example
Text Example
White with #A076FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076FF; }
p { color: rgb(160,118,255); }
H1.HeaderClassName
{
color: #A076FF;
}
.AnyTagClassName
{
color: #A076FF;
}
</style>
background-color css
<style>
a { background-color: #A076FF; }
a { background-color: rgb(160,118,255); }
div.DivClassName
{
background-color: #A076FF;
}
.BgClassName
{
background-color: #A076FF;
}
</style>
border-color css
<style>
span { border-color: #A076FF; }
span { border-color: rgb(160,118,255); }
td.TdClassName
{
border-color: #A076FF;
}
.TagClassName
{
border-color: #A076FF;
}
</style>