Shades of Light Slate Blue #A880FF
Tints of Light Slate Blue #A880FF
RGB
CMYK
RGB Variations
Color information
#A880FF (or 0xA880FF) is known color: Light Slate Blue. HEX triplet: A8, 80 and FF. RGB value is (168,128,255). Sum of RGB (Red+Green+Blue) = 168+128+255=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A880FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880FF is #577F00. Grayscale: #999999. Windows color (decimal): -5734145 or 16744616. OLE color: 16744616.
HSL color Cylindrical-coordinate representation of color #A880FF: hue angle of 258.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A880FF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 128 | 255 | - |
| CMYK | 0.34 | 0.50 | 0 | 0 |
| HSL | 258.9º | 1% | 0.75% | - |
| HSV(B) | 258.9º | 0.5% | 1% | - |
| XYZ | 41.92 | 30.98 | 98.38 | - |
| YUV | 154.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 255 | 0.34 | 0.50 | 0 | 0 | 258.9 | 1 | 0.75 |
| Hex | A8 | 80 | FF | 22 | 32 | 0 | 0 | 103 | 64 | 4B |
| Octal | 250 | 200 | 377 | 42 | 62 | 0 | 0 | 403 | 144 | 113 |
| Binary | 10101000 | 10000000 | 11111111 | 100010 | 110010 | 0 | 0 | 100000011 | 1100100 | 1001011 |
Color Harmonies of #A880FF
Complementary color
Monochromatic Colors of #A880FF
Black with #A880FF
Text Example
Text Example
White with #A880FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880FF; }
p { color: rgb(168,128,255); }
H1.HeaderClassName
{
color: #A880FF;
}
.AnyTagClassName
{
color: #A880FF;
}
</style>
background-color css
<style>
a { background-color: #A880FF; }
a { background-color: rgb(168,128,255); }
div.DivClassName
{
background-color: #A880FF;
}
.BgClassName
{
background-color: #A880FF;
}
</style>
border-color css
<style>
span { border-color: #A880FF; }
span { border-color: rgb(168,128,255); }
td.TdClassName
{
border-color: #A880FF;
}
.TagClassName
{
border-color: #A880FF;
}
</style>