Shades of Light Slate Blue #A288FF
Tints of Light Slate Blue #A288FF
RGB
CMYK
RGB Variations
Color information
#A288FF (or 0xA288FF) is known color: Light Slate Blue. HEX triplet: A2, 88 and FF. RGB value is (162,136,255). Sum of RGB (Red+Green+Blue) = 162+136+255=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A288FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288FF is #5D7700. Grayscale: #9C9C9C. Windows color (decimal): -6125313 or 16746658. OLE color: 16746658.
HSL color Cylindrical-coordinate representation of color #A288FF: hue angle of 253.11º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A288FF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 136 | 255 | - |
| CMYK | 0.36 | 0.47 | 0 | 0 |
| HSL | 253.11º | 1% | 0.77% | - |
| HSV(B) | 253.11º | 0.47% | 1% | - |
| XYZ | 41.75 | 32.51 | 98.68 | - |
| YUV | 157.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 255 | 0.36 | 0.47 | 0 | 0 | 253.11 | 1 | 0.77 |
| Hex | A2 | 88 | FF | 24 | 2F | 0 | 0 | FD | 64 | 4D |
| Octal | 242 | 210 | 377 | 44 | 57 | 0 | 0 | 375 | 144 | 115 |
| Binary | 10100010 | 10001000 | 11111111 | 100100 | 101111 | 0 | 0 | 11111101 | 1100100 | 1001101 |
Color Harmonies of #A288FF
Complementary color
Monochromatic Colors of #A288FF
Black with #A288FF
Text Example
Text Example
White with #A288FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288FF; }
p { color: rgb(162,136,255); }
H1.HeaderClassName
{
color: #A288FF;
}
.AnyTagClassName
{
color: #A288FF;
}
</style>
background-color css
<style>
a { background-color: #A288FF; }
a { background-color: rgb(162,136,255); }
div.DivClassName
{
background-color: #A288FF;
}
.BgClassName
{
background-color: #A288FF;
}
</style>
border-color css
<style>
span { border-color: #A288FF; }
span { border-color: rgb(162,136,255); }
td.TdClassName
{
border-color: #A288FF;
}
.TagClassName
{
border-color: #A288FF;
}
</style>