Shades of Light Slate Blue #A281FF
Tints of Light Slate Blue #A281FF
RGB
CMYK
RGB Variations
Color information
#A281FF (or 0xA281FF) is known color: Light Slate Blue. HEX triplet: A2, 81 and FF. RGB value is (162,129,255). Sum of RGB (Red+Green+Blue) = 162+129+255=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A281FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281FF is #5D7E00. Grayscale: #989898. Windows color (decimal): -6127105 or 16744866. OLE color: 16744866.
HSL color Cylindrical-coordinate representation of color #A281FF: hue angle of 255.71º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A281FF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 129 | 255 | - |
| CMYK | 0.36 | 0.49 | 0 | 0 |
| HSL | 255.71º | 1% | 0.75% | - |
| HSV(B) | 255.71º | 0.49% | 1% | - |
| XYZ | 40.8 | 30.6 | 98.36 | - |
| YUV | 153.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 255 | 0.36 | 0.49 | 0 | 0 | 255.71 | 1 | 0.75 |
| Hex | A2 | 81 | FF | 24 | 31 | 0 | 0 | 100 | 64 | 4B |
| Octal | 242 | 201 | 377 | 44 | 61 | 0 | 0 | 400 | 144 | 113 |
| Binary | 10100010 | 10000001 | 11111111 | 100100 | 110001 | 0 | 0 | 100000000 | 1100100 | 1001011 |
Color Harmonies of #A281FF
Complementary color
Monochromatic Colors of #A281FF
Black with #A281FF
Text Example
Text Example
White with #A281FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281FF; }
p { color: rgb(162,129,255); }
H1.HeaderClassName
{
color: #A281FF;
}
.AnyTagClassName
{
color: #A281FF;
}
</style>
background-color css
<style>
a { background-color: #A281FF; }
a { background-color: rgb(162,129,255); }
div.DivClassName
{
background-color: #A281FF;
}
.BgClassName
{
background-color: #A281FF;
}
</style>
border-color css
<style>
span { border-color: #A281FF; }
span { border-color: rgb(162,129,255); }
td.TdClassName
{
border-color: #A281FF;
}
.TagClassName
{
border-color: #A281FF;
}
</style>