Shades of Light Slate Blue #A872FF
Tints of Light Slate Blue #A872FF
RGB
CMYK
RGB Variations
Color information
#A872FF (or 0xA872FF) is known color: Light Slate Blue. HEX triplet: A8, 72 and FF. RGB value is (168,114,255). Sum of RGB (Red+Green+Blue) = 168+114+255=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A872FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872FF is #578D00. Grayscale: #919191. Windows color (decimal): -5737729 or 16741032. OLE color: 16741032.
HSL color Cylindrical-coordinate representation of color #A872FF: hue angle of 262.98º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A872FF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 114 | 255 | - |
| CMYK | 0.34 | 0.55 | 0 | 0 |
| HSL | 262.98º | 1% | 0.72% | - |
| HSV(B) | 262.98º | 0.55% | 1% | - |
| XYZ | 40.22 | 27.58 | 97.81 | - |
| YUV | 146.22 | 189.39 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 255 | 0.34 | 0.55 | 0 | 0 | 262.98 | 1 | 0.72 |
| Hex | A8 | 72 | FF | 22 | 37 | 0 | 0 | 107 | 64 | 48 |
| Octal | 250 | 162 | 377 | 42 | 67 | 0 | 0 | 407 | 144 | 110 |
| Binary | 10101000 | 1110010 | 11111111 | 100010 | 110111 | 0 | 0 | 100000111 | 1100100 | 1001000 |
Color Harmonies of #A872FF
Complementary color
Monochromatic Colors of #A872FF
Black with #A872FF
Text Example
Text Example
White with #A872FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872FF; }
p { color: rgb(168,114,255); }
H1.HeaderClassName
{
color: #A872FF;
}
.AnyTagClassName
{
color: #A872FF;
}
</style>
background-color css
<style>
a { background-color: #A872FF; }
a { background-color: rgb(168,114,255); }
div.DivClassName
{
background-color: #A872FF;
}
.BgClassName
{
background-color: #A872FF;
}
</style>
border-color css
<style>
span { border-color: #A872FF; }
span { border-color: rgb(168,114,255); }
td.TdClassName
{
border-color: #A872FF;
}
.TagClassName
{
border-color: #A872FF;
}
</style>