Shades of Light Slate Blue #A277FF
Tints of Light Slate Blue #A277FF
RGB
CMYK
RGB Variations
Color information
#A277FF (or 0xA277FF) is known color: Light Slate Blue. HEX triplet: A2, 77 and FF. RGB value is (162,119,255). Sum of RGB (Red+Green+Blue) = 162+119+255=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A277FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277FF is #5D8800. Grayscale: #929292. Windows color (decimal): -6129665 or 16742306. OLE color: 16742306.
HSL color Cylindrical-coordinate representation of color #A277FF: hue angle of 258.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A277FF is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 119 | 255 | - |
| CMYK | 0.36 | 0.53 | 0 | 0 |
| HSL | 258.97º | 1% | 0.73% | - |
| HSV(B) | 258.97º | 0.53% | 1% | - |
| XYZ | 39.55 | 28.1 | 97.95 | - |
| YUV | 147.36 | 188.75 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 255 | 0.36 | 0.53 | 0 | 0 | 258.97 | 1 | 0.73 |
| Hex | A2 | 77 | FF | 24 | 35 | 0 | 0 | 103 | 64 | 49 |
| Octal | 242 | 167 | 377 | 44 | 65 | 0 | 0 | 403 | 144 | 111 |
| Binary | 10100010 | 1110111 | 11111111 | 100100 | 110101 | 0 | 0 | 100000011 | 1100100 | 1001001 |
Color Harmonies of #A277FF
Complementary color
Monochromatic Colors of #A277FF
Black with #A277FF
Text Example
Text Example
White with #A277FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277FF; }
p { color: rgb(162,119,255); }
H1.HeaderClassName
{
color: #A277FF;
}
.AnyTagClassName
{
color: #A277FF;
}
</style>
background-color css
<style>
a { background-color: #A277FF; }
a { background-color: rgb(162,119,255); }
div.DivClassName
{
background-color: #A277FF;
}
.BgClassName
{
background-color: #A277FF;
}
</style>
border-color css
<style>
span { border-color: #A277FF; }
span { border-color: rgb(162,119,255); }
td.TdClassName
{
border-color: #A277FF;
}
.TagClassName
{
border-color: #A277FF;
}
</style>