Shades of Light Slate Blue #A35CFF
Tints of Light Slate Blue #A35CFF
RGB
CMYK
RGB Variations
Color information
#A35CFF (or 0xA35CFF) is known color: Light Slate Blue. HEX triplet: A3, 5C and FF. RGB value is (163,92,255). Sum of RGB (Red+Green+Blue) = 163+92+255=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #A35CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CFF is #5CA300. Grayscale: #838383. Windows color (decimal): -6071041 or 16735395. OLE color: 16735395.
HSL color Cylindrical-coordinate representation of color #A35CFF: hue angle of 266.13º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A35CFF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 92 | 255 | - |
| CMYK | 0.36 | 0.64 | 0 | 0 |
| HSL | 266.13º | 1% | 0.68% | - |
| HSV(B) | 266.13º | 0.64% | 1% | - |
| XYZ | 36.98 | 22.66 | 97.03 | - |
| YUV | 131.81 | 197.52 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 255 | 0.36 | 0.64 | 0 | 0 | 266.13 | 1 | 0.68 |
| Hex | A3 | 5C | FF | 24 | 40 | 0 | 0 | 10A | 64 | 44 |
| Octal | 243 | 134 | 377 | 44 | 100 | 0 | 0 | 412 | 144 | 104 |
| Binary | 10100011 | 1011100 | 11111111 | 100100 | 1000000 | 0 | 0 | 100001010 | 1100100 | 1000100 |
Color Harmonies of #A35CFF
Complementary color
Monochromatic Colors of #A35CFF
Black with #A35CFF
Text Example
Text Example
White with #A35CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CFF; }
p { color: rgb(163,92,255); }
H1.HeaderClassName
{
color: #A35CFF;
}
.AnyTagClassName
{
color: #A35CFF;
}
</style>
background-color css
<style>
a { background-color: #A35CFF; }
a { background-color: rgb(163,92,255); }
div.DivClassName
{
background-color: #A35CFF;
}
.BgClassName
{
background-color: #A35CFF;
}
</style>
border-color css
<style>
span { border-color: #A35CFF; }
span { border-color: rgb(163,92,255); }
td.TdClassName
{
border-color: #A35CFF;
}
.TagClassName
{
border-color: #A35CFF;
}
</style>