Shades of Light Slate Blue #A077FC
Tints of Light Slate Blue #A077FC
RGB
CMYK
RGB Variations
Color information
#A077FC (or 0xA077FC) is known color: Light Slate Blue. HEX triplet: A0, 77 and FC. RGB value is (160,119,252). Sum of RGB (Red+Green+Blue) = 160+119+252=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #A077FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077FC is #5F8803. Grayscale: #919191. Windows color (decimal): -6260740 or 16545696. OLE color: 16545696.
HSL color Cylindrical-coordinate representation of color #A077FC: hue angle of 258.5º 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 #A077FC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 119 | 252 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.01 |
| HSL | 258.5º | 0.96% | 0.73% | - |
| HSV(B) | 258.5º | 0.53% | 0.99% | - |
| XYZ | 38.66 | 27.7 | 95.4 | - |
| YUV | 146.42 | 187.58 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 252 | 0.37 | 0.53 | 0 | 0.01 | 258.5 | 0.96 | 0.73 |
| Hex | A0 | 77 | FC | 25 | 35 | 0 | 1 | 102 | 60 | 49 |
| Octal | 240 | 167 | 374 | 45 | 65 | 0 | 1 | 402 | 140 | 111 |
| Binary | 10100000 | 1110111 | 11111100 | 100101 | 110101 | 0 | 1 | 100000010 | 1100000 | 1001001 |
Color Harmonies of #A077FC
Complementary color
Monochromatic Colors of #A077FC
Black with #A077FC
Text Example
Text Example
White with #A077FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077FC; }
p { color: rgb(160,119,252); }
H1.HeaderClassName
{
color: #A077FC;
}
.AnyTagClassName
{
color: #A077FC;
}
</style>
background-color css
<style>
a { background-color: #A077FC; }
a { background-color: rgb(160,119,252); }
div.DivClassName
{
background-color: #A077FC;
}
.BgClassName
{
background-color: #A077FC;
}
</style>
border-color css
<style>
span { border-color: #A077FC; }
span { border-color: rgb(160,119,252); }
td.TdClassName
{
border-color: #A077FC;
}
.TagClassName
{
border-color: #A077FC;
}
</style>