Shades of Light Slate Blue #A277FD
Tints of Light Slate Blue #A277FD
RGB
CMYK
RGB Variations
Color information
#A277FD (or 0xA277FD) is known color: Light Slate Blue. HEX triplet: A2, 77 and FD. RGB value is (162,119,253). Sum of RGB (Red+Green+Blue) = 162+119+253=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #A277FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277FD is #5D8802. Grayscale: #929292. Windows color (decimal): -6129667 or 16611234. OLE color: 16611234.
HSL color Cylindrical-coordinate representation of color #A277FD: hue angle of 259.25º degrees, saturation: 0.97, 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 #A277FD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 119 | 253 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.01 |
| HSL | 259.25º | 0.97% | 0.73% | - |
| HSV(B) | 259.25º | 0.53% | 0.99% | - |
| XYZ | 39.23 | 27.97 | 96.26 | - |
| YUV | 147.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 253 | 0.36 | 0.53 | 0 | 0.01 | 259.25 | 0.97 | 0.73 |
| Hex | A2 | 77 | FD | 24 | 35 | 0 | 1 | 103 | 61 | 49 |
| Octal | 242 | 167 | 375 | 44 | 65 | 0 | 1 | 403 | 141 | 111 |
| Binary | 10100010 | 1110111 | 11111101 | 100100 | 110101 | 0 | 1 | 100000011 | 1100001 | 1001001 |
Color Harmonies of #A277FD
Complementary color
Monochromatic Colors of #A277FD
Black with #A277FD
Text Example
Text Example
White with #A277FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277FD; }
p { color: rgb(162,119,253); }
H1.HeaderClassName
{
color: #A277FD;
}
.AnyTagClassName
{
color: #A277FD;
}
</style>
background-color css
<style>
a { background-color: #A277FD; }
a { background-color: rgb(162,119,253); }
div.DivClassName
{
background-color: #A277FD;
}
.BgClassName
{
background-color: #A277FD;
}
</style>
border-color css
<style>
span { border-color: #A277FD; }
span { border-color: rgb(162,119,253); }
td.TdClassName
{
border-color: #A277FD;
}
.TagClassName
{
border-color: #A277FD;
}
</style>