Shades of Light Slate Blue #A882FC
Tints of Light Slate Blue #A882FC
RGB
CMYK
RGB Variations
Color information
#A882FC (or 0xA882FC) is known color: Light Slate Blue. HEX triplet: A8, 82 and FC. RGB value is (168,130,252). Sum of RGB (Red+Green+Blue) = 168+130+252=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #A882FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882FC is #577D03. Grayscale: #9A9A9A. Windows color (decimal): -5733636 or 16548520. OLE color: 16548520.
HSL color Cylindrical-coordinate representation of color #A882FC: hue angle of 258.69º degrees, saturation: 0.95, 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 #A882FC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 130 | 252 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.01 |
| HSL | 258.69º | 0.95% | 0.75% | - |
| HSV(B) | 258.69º | 0.48% | 0.99% | - |
| XYZ | 41.7 | 31.32 | 95.94 | - |
| YUV | 155.27 | 182.59 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 252 | 0.33 | 0.48 | 0 | 0.01 | 258.69 | 0.95 | 0.75 |
| Hex | A8 | 82 | FC | 21 | 30 | 0 | 1 | 103 | 5F | 4B |
| Octal | 250 | 202 | 374 | 41 | 60 | 0 | 1 | 403 | 137 | 113 |
| Binary | 10101000 | 10000010 | 11111100 | 100001 | 110000 | 0 | 1 | 100000011 | 1011111 | 1001011 |
Color Harmonies of #A882FC
Complementary color
Monochromatic Colors of #A882FC
Black with #A882FC
Text Example
Text Example
White with #A882FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882FC; }
p { color: rgb(168,130,252); }
H1.HeaderClassName
{
color: #A882FC;
}
.AnyTagClassName
{
color: #A882FC;
}
</style>
background-color css
<style>
a { background-color: #A882FC; }
a { background-color: rgb(168,130,252); }
div.DivClassName
{
background-color: #A882FC;
}
.BgClassName
{
background-color: #A882FC;
}
</style>
border-color css
<style>
span { border-color: #A882FC; }
span { border-color: rgb(168,130,252); }
td.TdClassName
{
border-color: #A882FC;
}
.TagClassName
{
border-color: #A882FC;
}
</style>