Shades of Light Slate Blue #A281FC
Tints of Light Slate Blue #A281FC
RGB
CMYK
RGB Variations
Color information
#A281FC (or 0xA281FC) is known color: Light Slate Blue. HEX triplet: A2, 81 and FC. RGB value is (162,129,252). Sum of RGB (Red+Green+Blue) = 162+129+252=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #A281FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281FC is #5D7E03. Grayscale: #989898. Windows color (decimal): -6127108 or 16548258. OLE color: 16548258.
HSL color Cylindrical-coordinate representation of color #A281FC: hue angle of 256.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A281FC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 129 | 252 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.01 |
| HSL | 256.1º | 0.95% | 0.75% | - |
| HSV(B) | 256.1º | 0.49% | 0.99% | - |
| XYZ | 40.32 | 30.41 | 95.84 | - |
| YUV | 152.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 252 | 0.36 | 0.49 | 0 | 0.01 | 256.1 | 0.95 | 0.75 |
| Hex | A2 | 81 | FC | 24 | 31 | 0 | 1 | 100 | 5F | 4B |
| Octal | 242 | 201 | 374 | 44 | 61 | 0 | 1 | 400 | 137 | 113 |
| Binary | 10100010 | 10000001 | 11111100 | 100100 | 110001 | 0 | 1 | 100000000 | 1011111 | 1001011 |
Color Harmonies of #A281FC
Complementary color
Monochromatic Colors of #A281FC
Black with #A281FC
Text Example
Text Example
White with #A281FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281FC; }
p { color: rgb(162,129,252); }
H1.HeaderClassName
{
color: #A281FC;
}
.AnyTagClassName
{
color: #A281FC;
}
</style>
background-color css
<style>
a { background-color: #A281FC; }
a { background-color: rgb(162,129,252); }
div.DivClassName
{
background-color: #A281FC;
}
.BgClassName
{
background-color: #A281FC;
}
</style>
border-color css
<style>
span { border-color: #A281FC; }
span { border-color: rgb(162,129,252); }
td.TdClassName
{
border-color: #A281FC;
}
.TagClassName
{
border-color: #A281FC;
}
</style>