Shades of Light Slate Blue #A570FF
Tints of Light Slate Blue #A570FF
RGB
CMYK
RGB Variations
Color information
#A570FF (or 0xA570FF) is known color: Light Slate Blue. HEX triplet: A5, 70 and FF. RGB value is (165,112,255). Sum of RGB (Red+Green+Blue) = 165+112+255=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A570FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570FF is #5A8F00. Grayscale: #8F8F8F. Windows color (decimal): -5934849 or 16740517. OLE color: 16740517.
HSL color Cylindrical-coordinate representation of color #A570FF: hue angle of 262.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A570FF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 112 | 255 | - |
| CMYK | 0.35 | 0.56 | 0 | 0 |
| HSL | 262.24º | 1% | 0.72% | - |
| HSV(B) | 262.24º | 0.56% | 1% | - |
| XYZ | 39.36 | 26.81 | 97.71 | - |
| YUV | 144.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 255 | 0.35 | 0.56 | 0 | 0 | 262.24 | 1 | 0.72 |
| Hex | A5 | 70 | FF | 23 | 38 | 0 | 0 | 106 | 64 | 48 |
| Octal | 245 | 160 | 377 | 43 | 70 | 0 | 0 | 406 | 144 | 110 |
| Binary | 10100101 | 1110000 | 11111111 | 100011 | 111000 | 0 | 0 | 100000110 | 1100100 | 1001000 |
Color Harmonies of #A570FF
Complementary color
Monochromatic Colors of #A570FF
Black with #A570FF
Text Example
Text Example
White with #A570FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570FF; }
p { color: rgb(165,112,255); }
H1.HeaderClassName
{
color: #A570FF;
}
.AnyTagClassName
{
color: #A570FF;
}
</style>
background-color css
<style>
a { background-color: #A570FF; }
a { background-color: rgb(165,112,255); }
div.DivClassName
{
background-color: #A570FF;
}
.BgClassName
{
background-color: #A570FF;
}
</style>
border-color css
<style>
span { border-color: #A570FF; }
span { border-color: rgb(165,112,255); }
td.TdClassName
{
border-color: #A570FF;
}
.TagClassName
{
border-color: #A570FF;
}
</style>