Shades of Light Slate Blue #A062FF
Tints of Light Slate Blue #A062FF
RGB
CMYK
RGB Variations
Color information
#A062FF (or 0xA062FF) is known color: Light Slate Blue. HEX triplet: A0, 62 and FF. RGB value is (160,98,255). Sum of RGB (Red+Green+Blue) = 160+98+255=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #A062FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A062FF is #5F9D00. Grayscale: #858585. Windows color (decimal): -6266113 or 16736928. OLE color: 16736928.
HSL color Cylindrical-coordinate representation of color #A062FF: hue angle of 263.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A062FF is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 98 | 255 | - |
| CMYK | 0.37 | 0.62 | 0 | 0 |
| HSL | 263.69º | 1% | 0.69% | - |
| HSV(B) | 263.69º | 0.62% | 1% | - |
| XYZ | 36.91 | 23.43 | 97.18 | - |
| YUV | 134.44 | 196.04 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 255 | 0.37 | 0.62 | 0 | 0 | 263.69 | 1 | 0.69 |
| Hex | A0 | 62 | FF | 25 | 3E | 0 | 0 | 108 | 64 | 45 |
| Octal | 240 | 142 | 377 | 45 | 76 | 0 | 0 | 410 | 144 | 105 |
| Binary | 10100000 | 1100010 | 11111111 | 100101 | 111110 | 0 | 0 | 100001000 | 1100100 | 1000101 |
Color Harmonies of #A062FF
Complementary color
Monochromatic Colors of #A062FF
Black with #A062FF
Text Example
Text Example
White with #A062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062FF; }
p { color: rgb(160,98,255); }
H1.HeaderClassName
{
color: #A062FF;
}
.AnyTagClassName
{
color: #A062FF;
}
</style>
background-color css
<style>
a { background-color: #A062FF; }
a { background-color: rgb(160,98,255); }
div.DivClassName
{
background-color: #A062FF;
}
.BgClassName
{
background-color: #A062FF;
}
</style>
border-color css
<style>
span { border-color: #A062FF; }
span { border-color: rgb(160,98,255); }
td.TdClassName
{
border-color: #A062FF;
}
.TagClassName
{
border-color: #A062FF;
}
</style>