Shades of Light Slate Blue #A885FD
Tints of Light Slate Blue #A885FD
RGB
CMYK
RGB Variations
Color information
#A885FD (or 0xA885FD) is known color: Light Slate Blue. HEX triplet: A8, 85 and FD. RGB value is (168,133,253). Sum of RGB (Red+Green+Blue) = 168+133+253=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #A885FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885FD is #577A02. Grayscale: #9C9C9C. Windows color (decimal): -5732867 or 16614824. OLE color: 16614824.
HSL color Cylindrical-coordinate representation of color #A885FD: hue angle of 257.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A885FD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 133 | 253 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.01 |
| HSL | 257.5º | 0.97% | 0.76% | - |
| HSV(B) | 257.5º | 0.47% | 0.99% | - |
| XYZ | 42.27 | 32.19 | 96.91 | - |
| YUV | 157.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 253 | 0.34 | 0.47 | 0 | 0.01 | 257.5 | 0.97 | 0.76 |
| Hex | A8 | 85 | FD | 22 | 2F | 0 | 1 | 102 | 61 | 4C |
| Octal | 250 | 205 | 375 | 42 | 57 | 0 | 1 | 402 | 141 | 114 |
| Binary | 10101000 | 10000101 | 11111101 | 100010 | 101111 | 0 | 1 | 100000010 | 1100001 | 1001100 |
Color Harmonies of #A885FD
Complementary color
Monochromatic Colors of #A885FD
Black with #A885FD
Text Example
Text Example
White with #A885FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885FD; }
p { color: rgb(168,133,253); }
H1.HeaderClassName
{
color: #A885FD;
}
.AnyTagClassName
{
color: #A885FD;
}
</style>
background-color css
<style>
a { background-color: #A885FD; }
a { background-color: rgb(168,133,253); }
div.DivClassName
{
background-color: #A885FD;
}
.BgClassName
{
background-color: #A885FD;
}
</style>
border-color css
<style>
span { border-color: #A885FD; }
span { border-color: rgb(168,133,253); }
td.TdClassName
{
border-color: #A885FD;
}
.TagClassName
{
border-color: #A885FD;
}
</style>