Shades of Light Slate Blue #A285FF
Tints of Light Slate Blue #A285FF
RGB
CMYK
RGB Variations
Color information
#A285FF (or 0xA285FF) is known color: Light Slate Blue. HEX triplet: A2, 85 and FF. RGB value is (162,133,255). Sum of RGB (Red+Green+Blue) = 162+133+255=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A285FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285FF is #5D7A00. Grayscale: #9B9B9B. Windows color (decimal): -6126081 or 16745890. OLE color: 16745890.
HSL color Cylindrical-coordinate representation of color #A285FF: hue angle of 254.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A285FF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 133 | 255 | - |
| CMYK | 0.36 | 0.48 | 0 | 0 |
| HSL | 254.26º | 1% | 0.76% | - |
| HSV(B) | 254.26º | 0.48% | 1% | - |
| XYZ | 41.34 | 31.68 | 98.54 | - |
| YUV | 155.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 255 | 0.36 | 0.48 | 0 | 0 | 254.26 | 1 | 0.76 |
| Hex | A2 | 85 | FF | 24 | 30 | 0 | 0 | FE | 64 | 4C |
| Octal | 242 | 205 | 377 | 44 | 60 | 0 | 0 | 376 | 144 | 114 |
| Binary | 10100010 | 10000101 | 11111111 | 100100 | 110000 | 0 | 0 | 11111110 | 1100100 | 1001100 |
Color Harmonies of #A285FF
Complementary color
Monochromatic Colors of #A285FF
Black with #A285FF
Text Example
Text Example
White with #A285FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285FF; }
p { color: rgb(162,133,255); }
H1.HeaderClassName
{
color: #A285FF;
}
.AnyTagClassName
{
color: #A285FF;
}
</style>
background-color css
<style>
a { background-color: #A285FF; }
a { background-color: rgb(162,133,255); }
div.DivClassName
{
background-color: #A285FF;
}
.BgClassName
{
background-color: #A285FF;
}
</style>
border-color css
<style>
span { border-color: #A285FF; }
span { border-color: rgb(162,133,255); }
td.TdClassName
{
border-color: #A285FF;
}
.TagClassName
{
border-color: #A285FF;
}
</style>