Shades of Light Slate Blue #A080FE
Tints of Light Slate Blue #A080FE
RGB
CMYK
RGB Variations
Color information
#A080FE (or 0xA080FE) is known color: Light Slate Blue. HEX triplet: A0, 80 and FE. RGB value is (160,128,254). Sum of RGB (Red+Green+Blue) = 160+128+254=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #A080FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080FE is #5F7F01. Grayscale: #979797. Windows color (decimal): -6258434 or 16679072. OLE color: 16679072.
HSL color Cylindrical-coordinate representation of color #A080FE: hue angle of 255.24º 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 #A080FE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 128 | 254 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.00 |
| HSL | 255.24º | 0.98% | 0.75% | - |
| HSV(B) | 255.24º | 0.5% | 1% | - |
| XYZ | 40.11 | 30.07 | 97.46 | - |
| YUV | 151.93 | 185.6 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 254 | 0.37 | 0.50 | 0 | 0.00 | 255.24 | 0.98 | 0.75 |
| Hex | A0 | 80 | FE | 25 | 32 | 0 | 0 | FF | 62 | 4B |
| Octal | 240 | 200 | 376 | 45 | 62 | 0 | 0 | 377 | 142 | 113 |
| Binary | 10100000 | 10000000 | 11111110 | 100101 | 110010 | 0 | 0 | 11111111 | 1100010 | 1001011 |
Color Harmonies of #A080FE
Complementary color
Monochromatic Colors of #A080FE
Black with #A080FE
Text Example
Text Example
White with #A080FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080FE; }
p { color: rgb(160,128,254); }
H1.HeaderClassName
{
color: #A080FE;
}
.AnyTagClassName
{
color: #A080FE;
}
</style>
background-color css
<style>
a { background-color: #A080FE; }
a { background-color: rgb(160,128,254); }
div.DivClassName
{
background-color: #A080FE;
}
.BgClassName
{
background-color: #A080FE;
}
</style>
border-color css
<style>
span { border-color: #A080FE; }
span { border-color: rgb(160,128,254); }
td.TdClassName
{
border-color: #A080FE;
}
.TagClassName
{
border-color: #A080FE;
}
</style>