Shades of Light Slate Blue #A370FC
Tints of Light Slate Blue #A370FC
RGB
CMYK
RGB Variations
Color information
#A370FC (or 0xA370FC) is known color: Light Slate Blue. HEX triplet: A3, 70 and FC. RGB value is (163,112,252). Sum of RGB (Red+Green+Blue) = 163+112+252=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #A370FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370FC is #5C8F03. Grayscale: #8E8E8E. Windows color (decimal): -6065924 or 16543907. OLE color: 16543907.
HSL color Cylindrical-coordinate representation of color #A370FC: hue angle of 261.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A370FC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 112 | 252 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.01 |
| HSL | 261.86º | 0.96% | 0.71% | - |
| HSV(B) | 261.86º | 0.56% | 0.99% | - |
| XYZ | 38.47 | 26.4 | 95.16 | - |
| YUV | 143.21 | 189.4 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 252 | 0.35 | 0.56 | 0 | 0.01 | 261.86 | 0.96 | 0.71 |
| Hex | A3 | 70 | FC | 23 | 38 | 0 | 1 | 106 | 60 | 47 |
| Octal | 243 | 160 | 374 | 43 | 70 | 0 | 1 | 406 | 140 | 107 |
| Binary | 10100011 | 1110000 | 11111100 | 100011 | 111000 | 0 | 1 | 100000110 | 1100000 | 1000111 |
Color Harmonies of #A370FC
Complementary color
Monochromatic Colors of #A370FC
Black with #A370FC
Text Example
Text Example
White with #A370FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370FC; }
p { color: rgb(163,112,252); }
H1.HeaderClassName
{
color: #A370FC;
}
.AnyTagClassName
{
color: #A370FC;
}
</style>
background-color css
<style>
a { background-color: #A370FC; }
a { background-color: rgb(163,112,252); }
div.DivClassName
{
background-color: #A370FC;
}
.BgClassName
{
background-color: #A370FC;
}
</style>
border-color css
<style>
span { border-color: #A370FC; }
span { border-color: rgb(163,112,252); }
td.TdClassName
{
border-color: #A370FC;
}
.TagClassName
{
border-color: #A370FC;
}
</style>