Shades of Light Slate Blue #A280FE
Tints of Light Slate Blue #A280FE
RGB
CMYK
RGB Variations
Color information
#A280FE (or 0xA280FE) is known color: Light Slate Blue. HEX triplet: A2, 80 and FE. RGB value is (162,128,254). Sum of RGB (Red+Green+Blue) = 162+128+254=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #A280FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280FE is #5D7F01. Grayscale: #989898. Windows color (decimal): -6127362 or 16679074. OLE color: 16679074.
HSL color Cylindrical-coordinate representation of color #A280FE: hue angle of 256.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A280FE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 128 | 254 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.00 |
| HSL | 256.19º | 0.98% | 0.75% | - |
| HSV(B) | 256.19º | 0.5% | 1% | - |
| XYZ | 40.51 | 30.28 | 97.47 | - |
| YUV | 152.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 254 | 0.36 | 0.50 | 0 | 0.00 | 256.19 | 0.98 | 0.75 |
| Hex | A2 | 80 | FE | 24 | 32 | 0 | 0 | 100 | 62 | 4B |
| Octal | 242 | 200 | 376 | 44 | 62 | 0 | 0 | 400 | 142 | 113 |
| Binary | 10100010 | 10000000 | 11111110 | 100100 | 110010 | 0 | 0 | 100000000 | 1100010 | 1001011 |
Color Harmonies of #A280FE
Complementary color
Monochromatic Colors of #A280FE
Black with #A280FE
Text Example
Text Example
White with #A280FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280FE; }
p { color: rgb(162,128,254); }
H1.HeaderClassName
{
color: #A280FE;
}
.AnyTagClassName
{
color: #A280FE;
}
</style>
background-color css
<style>
a { background-color: #A280FE; }
a { background-color: rgb(162,128,254); }
div.DivClassName
{
background-color: #A280FE;
}
.BgClassName
{
background-color: #A280FE;
}
</style>
border-color css
<style>
span { border-color: #A280FE; }
span { border-color: rgb(162,128,254); }
td.TdClassName
{
border-color: #A280FE;
}
.TagClassName
{
border-color: #A280FE;
}
</style>