Shades of Light Slate Blue #A397FF
Tints of Light Slate Blue #A397FF
RGB
CMYK
RGB Variations
Color information
#A397FF (or 0xA397FF) is known color: Light Slate Blue. HEX triplet: A3, 97 and FF. RGB value is (163,151,255). Sum of RGB (Red+Green+Blue) = 163+151+255=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A397FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FF is #5C6800. Grayscale: #A6A6A6. Windows color (decimal): -6055937 or 16750499. OLE color: 16750499.
HSL color Cylindrical-coordinate representation of color #A397FF: hue angle of 246.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A397FF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 151 | 255 | - |
| CMYK | 0.36 | 0.41 | 0 | 0 |
| HSL | 246.92º | 1% | 0.8% | - |
| HSV(B) | 246.92º | 0.41% | 1% | - |
| XYZ | 44.22 | 37.14 | 99.45 | - |
| YUV | 166.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 255 | 0.36 | 0.41 | 0 | 0 | 246.92 | 1 | 0.8 |
| Hex | A3 | 97 | FF | 24 | 29 | 0 | 0 | F7 | 64 | 50 |
| Octal | 243 | 227 | 377 | 44 | 51 | 0 | 0 | 367 | 144 | 120 |
| Binary | 10100011 | 10010111 | 11111111 | 100100 | 101001 | 0 | 0 | 11110111 | 1100100 | 1010000 |
Color Harmonies of #A397FF
Complementary color
Monochromatic Colors of #A397FF
Black with #A397FF
Text Example
Text Example
White with #A397FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397FF; }
p { color: rgb(163,151,255); }
H1.HeaderClassName
{
color: #A397FF;
}
.AnyTagClassName
{
color: #A397FF;
}
</style>
background-color css
<style>
a { background-color: #A397FF; }
a { background-color: rgb(163,151,255); }
div.DivClassName
{
background-color: #A397FF;
}
.BgClassName
{
background-color: #A397FF;
}
</style>
border-color css
<style>
span { border-color: #A397FF; }
span { border-color: rgb(163,151,255); }
td.TdClassName
{
border-color: #A397FF;
}
.TagClassName
{
border-color: #A397FF;
}
</style>