Shades of Light Slate Blue #A076FC
Tints of Light Slate Blue #A076FC
RGB
CMYK
RGB Variations
Color information
#A076FC (or 0xA076FC) is known color: Light Slate Blue. HEX triplet: A0, 76 and FC. RGB value is (160,118,252). Sum of RGB (Red+Green+Blue) = 160+118+252=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #A076FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076FC is #5F8903. Grayscale: #919191. Windows color (decimal): -6260996 or 16545440. OLE color: 16545440.
HSL color Cylindrical-coordinate representation of color #A076FC: hue angle of 258.81º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A076FC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 118 | 252 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.01 |
| HSL | 258.81º | 0.96% | 0.73% | - |
| HSV(B) | 258.81º | 0.53% | 0.99% | - |
| XYZ | 38.55 | 27.46 | 95.36 | - |
| YUV | 145.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 252 | 0.37 | 0.53 | 0 | 0.01 | 258.81 | 0.96 | 0.73 |
| Hex | A0 | 76 | FC | 25 | 35 | 0 | 1 | 103 | 60 | 49 |
| Octal | 240 | 166 | 374 | 45 | 65 | 0 | 1 | 403 | 140 | 111 |
| Binary | 10100000 | 1110110 | 11111100 | 100101 | 110101 | 0 | 1 | 100000011 | 1100000 | 1001001 |
Color Harmonies of #A076FC
Complementary color
Monochromatic Colors of #A076FC
Black with #A076FC
Text Example
Text Example
White with #A076FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076FC; }
p { color: rgb(160,118,252); }
H1.HeaderClassName
{
color: #A076FC;
}
.AnyTagClassName
{
color: #A076FC;
}
</style>
background-color css
<style>
a { background-color: #A076FC; }
a { background-color: rgb(160,118,252); }
div.DivClassName
{
background-color: #A076FC;
}
.BgClassName
{
background-color: #A076FC;
}
</style>
border-color css
<style>
span { border-color: #A076FC; }
span { border-color: rgb(160,118,252); }
td.TdClassName
{
border-color: #A076FC;
}
.TagClassName
{
border-color: #A076FC;
}
</style>