Shades of Light Slate Blue #A175FF
Tints of Light Slate Blue #A175FF
RGB
CMYK
RGB Variations
Color information
#A175FF (or 0xA175FF) is known color: Light Slate Blue. HEX triplet: A1, 75 and FF. RGB value is (161,117,255). Sum of RGB (Red+Green+Blue) = 161+117+255=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #A175FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A175FF is #5E8A00. Grayscale: #919191. Windows color (decimal): -6195713 or 16741793. OLE color: 16741793.
HSL color Cylindrical-coordinate representation of color #A175FF: hue angle of 259.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A175FF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 117 | 255 | - |
| CMYK | 0.37 | 0.54 | 0 | 0 |
| HSL | 259.13º | 1% | 0.73% | - |
| HSV(B) | 259.13º | 0.54% | 1% | - |
| XYZ | 39.11 | 27.52 | 97.86 | - |
| YUV | 145.89 | 189.58 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 255 | 0.37 | 0.54 | 0 | 0 | 259.13 | 1 | 0.73 |
| Hex | A1 | 75 | FF | 25 | 36 | 0 | 0 | 103 | 64 | 49 |
| Octal | 241 | 165 | 377 | 45 | 66 | 0 | 0 | 403 | 144 | 111 |
| Binary | 10100001 | 1110101 | 11111111 | 100101 | 110110 | 0 | 0 | 100000011 | 1100100 | 1001001 |
Color Harmonies of #A175FF
Complementary color
Monochromatic Colors of #A175FF
Black with #A175FF
Text Example
Text Example
White with #A175FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175FF; }
p { color: rgb(161,117,255); }
H1.HeaderClassName
{
color: #A175FF;
}
.AnyTagClassName
{
color: #A175FF;
}
</style>
background-color css
<style>
a { background-color: #A175FF; }
a { background-color: rgb(161,117,255); }
div.DivClassName
{
background-color: #A175FF;
}
.BgClassName
{
background-color: #A175FF;
}
</style>
border-color css
<style>
span { border-color: #A175FF; }
span { border-color: rgb(161,117,255); }
td.TdClassName
{
border-color: #A175FF;
}
.TagClassName
{
border-color: #A175FF;
}
</style>