Shades of Light Slate Blue #A562FF
Tints of Light Slate Blue #A562FF
RGB
CMYK
RGB Variations
Color information
#A562FF (or 0xA562FF) is known color: Light Slate Blue. HEX triplet: A5, 62 and FF. RGB value is (165,98,255). Sum of RGB (Red+Green+Blue) = 165+98+255=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A562FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562FF is #5A9D00. Grayscale: #878787. Windows color (decimal): -5938433 or 16736933. OLE color: 16736933.
HSL color Cylindrical-coordinate representation of color #A562FF: hue angle of 265.61º 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 #A562FF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 98 | 255 | - |
| CMYK | 0.35 | 0.62 | 0 | 0 |
| HSL | 265.61º | 1% | 0.69% | - |
| HSV(B) | 265.61º | 0.62% | 1% | - |
| XYZ | 37.93 | 23.95 | 97.23 | - |
| YUV | 135.93 | 195.2 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 255 | 0.35 | 0.62 | 0 | 0 | 265.61 | 1 | 0.69 |
| Hex | A5 | 62 | FF | 23 | 3E | 0 | 0 | 10A | 64 | 45 |
| Octal | 245 | 142 | 377 | 43 | 76 | 0 | 0 | 412 | 144 | 105 |
| Binary | 10100101 | 1100010 | 11111111 | 100011 | 111110 | 0 | 0 | 100001010 | 1100100 | 1000101 |
Color Harmonies of #A562FF
Complementary color
Monochromatic Colors of #A562FF
Black with #A562FF
Text Example
Text Example
White with #A562FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562FF; }
p { color: rgb(165,98,255); }
H1.HeaderClassName
{
color: #A562FF;
}
.AnyTagClassName
{
color: #A562FF;
}
</style>
background-color css
<style>
a { background-color: #A562FF; }
a { background-color: rgb(165,98,255); }
div.DivClassName
{
background-color: #A562FF;
}
.BgClassName
{
background-color: #A562FF;
}
</style>
border-color css
<style>
span { border-color: #A562FF; }
span { border-color: rgb(165,98,255); }
td.TdClassName
{
border-color: #A562FF;
}
.TagClassName
{
border-color: #A562FF;
}
</style>