Shades of Light Slate Blue #A470FF
Tints of Light Slate Blue #A470FF
RGB
CMYK
RGB Variations
Color information
#A470FF (or 0xA470FF) is known color: Light Slate Blue. HEX triplet: A4, 70 and FF. RGB value is (164,112,255). Sum of RGB (Red+Green+Blue) = 164+112+255=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A470FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470FF is #5B8F00. Grayscale: #8F8F8F. Windows color (decimal): -6000385 or 16740516. OLE color: 16740516.
HSL color Cylindrical-coordinate representation of color #A470FF: hue angle of 261.82º 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 #A470FF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 112 | 255 | - |
| CMYK | 0.36 | 0.56 | 0 | 0 |
| HSL | 261.82º | 1% | 0.72% | - |
| HSV(B) | 261.82º | 0.56% | 1% | - |
| XYZ | 39.15 | 26.7 | 97.7 | - |
| YUV | 143.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 255 | 0.36 | 0.56 | 0 | 0 | 261.82 | 1 | 0.72 |
| Hex | A4 | 70 | FF | 24 | 38 | 0 | 0 | 106 | 64 | 48 |
| Octal | 244 | 160 | 377 | 44 | 70 | 0 | 0 | 406 | 144 | 110 |
| Binary | 10100100 | 1110000 | 11111111 | 100100 | 111000 | 0 | 0 | 100000110 | 1100100 | 1001000 |
Color Harmonies of #A470FF
Complementary color
Monochromatic Colors of #A470FF
Black with #A470FF
Text Example
Text Example
White with #A470FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A470FF; }
p { color: rgb(164,112,255); }
H1.HeaderClassName
{
color: #A470FF;
}
.AnyTagClassName
{
color: #A470FF;
}
</style>
background-color css
<style>
a { background-color: #A470FF; }
a { background-color: rgb(164,112,255); }
div.DivClassName
{
background-color: #A470FF;
}
.BgClassName
{
background-color: #A470FF;
}
</style>
border-color css
<style>
span { border-color: #A470FF; }
span { border-color: rgb(164,112,255); }
td.TdClassName
{
border-color: #A470FF;
}
.TagClassName
{
border-color: #A470FF;
}
</style>