Shades of Light Slate Blue #A883FD
Tints of Light Slate Blue #A883FD
RGB
CMYK
RGB Variations
Color information
#A883FD (or 0xA883FD) is known color: Light Slate Blue. HEX triplet: A8, 83 and FD. RGB value is (168,131,253). Sum of RGB (Red+Green+Blue) = 168+131+253=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #A883FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A883FD is #577C02. Grayscale: #9B9B9B. Windows color (decimal): -5733379 or 16614312. OLE color: 16614312.
HSL color Cylindrical-coordinate representation of color #A883FD: hue angle of 258.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A883FD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 131 | 253 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.01 |
| HSL | 258.2º | 0.97% | 0.75% | - |
| HSV(B) | 258.2º | 0.48% | 0.99% | - |
| XYZ | 41.99 | 31.65 | 96.82 | - |
| YUV | 155.97 | 182.76 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 253 | 0.34 | 0.48 | 0 | 0.01 | 258.2 | 0.97 | 0.75 |
| Hex | A8 | 83 | FD | 22 | 30 | 0 | 1 | 102 | 61 | 4B |
| Octal | 250 | 203 | 375 | 42 | 60 | 0 | 1 | 402 | 141 | 113 |
| Binary | 10101000 | 10000011 | 11111101 | 100010 | 110000 | 0 | 1 | 100000010 | 1100001 | 1001011 |
Color Harmonies of #A883FD
Complementary color
Monochromatic Colors of #A883FD
Black with #A883FD
Text Example
Text Example
White with #A883FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883FD; }
p { color: rgb(168,131,253); }
H1.HeaderClassName
{
color: #A883FD;
}
.AnyTagClassName
{
color: #A883FD;
}
</style>
background-color css
<style>
a { background-color: #A883FD; }
a { background-color: rgb(168,131,253); }
div.DivClassName
{
background-color: #A883FD;
}
.BgClassName
{
background-color: #A883FD;
}
</style>
border-color css
<style>
span { border-color: #A883FD; }
span { border-color: rgb(168,131,253); }
td.TdClassName
{
border-color: #A883FD;
}
.TagClassName
{
border-color: #A883FD;
}
</style>