Shades of Light Slate Blue #A375FF
Tints of Light Slate Blue #A375FF
RGB
CMYK
RGB Variations
Color information
#A375FF (or 0xA375FF) is known color: Light Slate Blue. HEX triplet: A3, 75 and FF. RGB value is (163,117,255). Sum of RGB (Red+Green+Blue) = 163+117+255=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #A375FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375FF is #5C8A00. Grayscale: #919191. Windows color (decimal): -6064641 or 16741795. OLE color: 16741795.
HSL color Cylindrical-coordinate representation of color #A375FF: hue angle of 260º 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 #A375FF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 117 | 255 | - |
| CMYK | 0.36 | 0.54 | 0 | 0 |
| HSL | 260º | 1% | 0.73% | - |
| HSV(B) | 260º | 0.54% | 1% | - |
| XYZ | 39.52 | 27.73 | 97.88 | - |
| YUV | 146.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 255 | 0.36 | 0.54 | 0 | 0 | 260 | 1 | 0.73 |
| Hex | A3 | 75 | FF | 24 | 36 | 0 | 0 | 104 | 64 | 49 |
| Octal | 243 | 165 | 377 | 44 | 66 | 0 | 0 | 404 | 144 | 111 |
| Binary | 10100011 | 1110101 | 11111111 | 100100 | 110110 | 0 | 0 | 100000100 | 1100100 | 1001001 |
Color Harmonies of #A375FF
Complementary color
Monochromatic Colors of #A375FF
Black with #A375FF
Text Example
Text Example
White with #A375FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375FF; }
p { color: rgb(163,117,255); }
H1.HeaderClassName
{
color: #A375FF;
}
.AnyTagClassName
{
color: #A375FF;
}
</style>
background-color css
<style>
a { background-color: #A375FF; }
a { background-color: rgb(163,117,255); }
div.DivClassName
{
background-color: #A375FF;
}
.BgClassName
{
background-color: #A375FF;
}
</style>
border-color css
<style>
span { border-color: #A375FF; }
span { border-color: rgb(163,117,255); }
td.TdClassName
{
border-color: #A375FF;
}
.TagClassName
{
border-color: #A375FF;
}
</style>