Shades of Light Slate Blue #A377FC
Tints of Light Slate Blue #A377FC
RGB
CMYK
RGB Variations
Color information
#A377FC (or 0xA377FC) is known color: Light Slate Blue. HEX triplet: A3, 77 and FC. RGB value is (163,119,252). Sum of RGB (Red+Green+Blue) = 163+119+252=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #A377FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377FC is #5C8803. Grayscale: #929292. Windows color (decimal): -6064132 or 16545699. OLE color: 16545699.
HSL color Cylindrical-coordinate representation of color #A377FC: hue angle of 259.85º 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 #A377FC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 119 | 252 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.01 |
| HSL | 259.85º | 0.96% | 0.73% | - |
| HSV(B) | 259.85º | 0.53% | 0.99% | - |
| XYZ | 39.27 | 28.01 | 95.43 | - |
| YUV | 147.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 252 | 0.35 | 0.53 | 0 | 0.01 | 259.85 | 0.96 | 0.73 |
| Hex | A3 | 77 | FC | 23 | 35 | 0 | 1 | 104 | 60 | 49 |
| Octal | 243 | 167 | 374 | 43 | 65 | 0 | 1 | 404 | 140 | 111 |
| Binary | 10100011 | 1110111 | 11111100 | 100011 | 110101 | 0 | 1 | 100000100 | 1100000 | 1001001 |
Color Harmonies of #A377FC
Complementary color
Monochromatic Colors of #A377FC
Black with #A377FC
Text Example
Text Example
White with #A377FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377FC; }
p { color: rgb(163,119,252); }
H1.HeaderClassName
{
color: #A377FC;
}
.AnyTagClassName
{
color: #A377FC;
}
</style>
background-color css
<style>
a { background-color: #A377FC; }
a { background-color: rgb(163,119,252); }
div.DivClassName
{
background-color: #A377FC;
}
.BgClassName
{
background-color: #A377FC;
}
</style>
border-color css
<style>
span { border-color: #A377FC; }
span { border-color: rgb(163,119,252); }
td.TdClassName
{
border-color: #A377FC;
}
.TagClassName
{
border-color: #A377FC;
}
</style>