Shades of Light Slate Blue #A281F9
Tints of Light Slate Blue #A281F9
RGB
CMYK
RGB Variations
Color information
#A281F9 (or 0xA281F9) is known color: Light Slate Blue. HEX triplet: A2, 81 and F9. RGB value is (162,129,249). Sum of RGB (Red+Green+Blue) = 162+129+249=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #A281F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281F9 is #5D7E06. Grayscale: #989898. Windows color (decimal): -6127111 or 16351650. OLE color: 16351650.
HSL color Cylindrical-coordinate representation of color #A281F9: hue angle of 256.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A281F9 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 129 | 249 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.02 |
| HSL | 256.5º | 0.91% | 0.74% | - |
| HSV(B) | 256.5º | 0.48% | 0.98% | - |
| XYZ | 39.85 | 30.22 | 93.36 | - |
| YUV | 152.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 249 | 0.35 | 0.48 | 0 | 0.02 | 256.5 | 0.91 | 0.74 |
| Hex | A2 | 81 | F9 | 23 | 30 | 0 | 2 | 100 | 5B | 4A |
| Octal | 242 | 201 | 371 | 43 | 60 | 0 | 2 | 400 | 133 | 112 |
| Binary | 10100010 | 10000001 | 11111001 | 100011 | 110000 | 0 | 10 | 100000000 | 1011011 | 1001010 |
Color Harmonies of #A281F9
Complementary color
Monochromatic Colors of #A281F9
Black with #A281F9
Text Example
Text Example
White with #A281F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281F9; }
p { color: rgb(162,129,249); }
H1.HeaderClassName
{
color: #A281F9;
}
.AnyTagClassName
{
color: #A281F9;
}
</style>
background-color css
<style>
a { background-color: #A281F9; }
a { background-color: rgb(162,129,249); }
div.DivClassName
{
background-color: #A281F9;
}
.BgClassName
{
background-color: #A281F9;
}
</style>
border-color css
<style>
span { border-color: #A281F9; }
span { border-color: rgb(162,129,249); }
td.TdClassName
{
border-color: #A281F9;
}
.TagClassName
{
border-color: #A281F9;
}
</style>