Shades of Light Slate Blue #A497FF
Tints of Light Slate Blue #A497FF
RGB
CMYK
RGB Variations
Color information
#A497FF (or 0xA497FF) is known color: Light Slate Blue. HEX triplet: A4, 97 and FF. RGB value is (164,151,255). Sum of RGB (Red+Green+Blue) = 164+151+255=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A497FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497FF is #5B6800. Grayscale: #A6A6A6. Windows color (decimal): -5990401 or 16750500. OLE color: 16750500.
HSL color Cylindrical-coordinate representation of color #A497FF: hue angle of 247.5º 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 #A497FF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 151 | 255 | - |
| CMYK | 0.36 | 0.41 | 0 | 0 |
| HSL | 247.5º | 1% | 0.8% | - |
| HSV(B) | 247.5º | 0.41% | 1% | - |
| XYZ | 44.43 | 37.25 | 99.46 | - |
| YUV | 166.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 255 | 0.36 | 0.41 | 0 | 0 | 247.5 | 1 | 0.8 |
| Hex | A4 | 97 | FF | 24 | 29 | 0 | 0 | F8 | 64 | 50 |
| Octal | 244 | 227 | 377 | 44 | 51 | 0 | 0 | 370 | 144 | 120 |
| Binary | 10100100 | 10010111 | 11111111 | 100100 | 101001 | 0 | 0 | 11111000 | 1100100 | 1010000 |
Color Harmonies of #A497FF
Complementary color
Monochromatic Colors of #A497FF
Black with #A497FF
Text Example
Text Example
White with #A497FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497FF; }
p { color: rgb(164,151,255); }
H1.HeaderClassName
{
color: #A497FF;
}
.AnyTagClassName
{
color: #A497FF;
}
</style>
background-color css
<style>
a { background-color: #A497FF; }
a { background-color: rgb(164,151,255); }
div.DivClassName
{
background-color: #A497FF;
}
.BgClassName
{
background-color: #A497FF;
}
</style>
border-color css
<style>
span { border-color: #A497FF; }
span { border-color: rgb(164,151,255); }
td.TdClassName
{
border-color: #A497FF;
}
.TagClassName
{
border-color: #A497FF;
}
</style>