Shades of Light Slate Blue #A277FE
Tints of Light Slate Blue #A277FE
RGB
CMYK
RGB Variations
Color information
#A277FE (or 0xA277FE) is known color: Light Slate Blue. HEX triplet: A2, 77 and FE. RGB value is (162,119,254). Sum of RGB (Red+Green+Blue) = 162+119+254=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #A277FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277FE is #5D8801. Grayscale: #929292. Windows color (decimal): -6129666 or 16676770. OLE color: 16676770.
HSL color Cylindrical-coordinate representation of color #A277FE: hue angle of 259.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A277FE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 119 | 254 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.00 |
| HSL | 259.11º | 0.99% | 0.73% | - |
| HSV(B) | 259.11º | 0.53% | 1% | - |
| XYZ | 39.39 | 28.03 | 97.1 | - |
| YUV | 147.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 254 | 0.36 | 0.53 | 0 | 0.00 | 259.11 | 0.99 | 0.73 |
| Hex | A2 | 77 | FE | 24 | 35 | 0 | 0 | 103 | 63 | 49 |
| Octal | 242 | 167 | 376 | 44 | 65 | 0 | 0 | 403 | 143 | 111 |
| Binary | 10100010 | 1110111 | 11111110 | 100100 | 110101 | 0 | 0 | 100000011 | 1100011 | 1001001 |
Color Harmonies of #A277FE
Complementary color
Monochromatic Colors of #A277FE
Black with #A277FE
Text Example
Text Example
White with #A277FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277FE; }
p { color: rgb(162,119,254); }
H1.HeaderClassName
{
color: #A277FE;
}
.AnyTagClassName
{
color: #A277FE;
}
</style>
background-color css
<style>
a { background-color: #A277FE; }
a { background-color: rgb(162,119,254); }
div.DivClassName
{
background-color: #A277FE;
}
.BgClassName
{
background-color: #A277FE;
}
</style>
border-color css
<style>
span { border-color: #A277FE; }
span { border-color: rgb(162,119,254); }
td.TdClassName
{
border-color: #A277FE;
}
.TagClassName
{
border-color: #A277FE;
}
</style>