Shades of Light Slate Blue #A072FC
Tints of Light Slate Blue #A072FC
RGB
CMYK
RGB Variations
Color information
#A072FC (or 0xA072FC) is known color: Light Slate Blue. HEX triplet: A0, 72 and FC. RGB value is (160,114,252). Sum of RGB (Red+Green+Blue) = 160+114+252=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #A072FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072FC is #5F8D03. Grayscale: #8E8E8E. Windows color (decimal): -6262020 or 16544416. OLE color: 16544416.
HSL color Cylindrical-coordinate representation of color #A072FC: hue angle of 260º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A072FC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 114 | 252 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.01 |
| HSL | 260º | 0.96% | 0.72% | - |
| HSV(B) | 260º | 0.55% | 0.99% | - |
| XYZ | 38.09 | 26.54 | 95.21 | - |
| YUV | 143.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 252 | 0.37 | 0.55 | 0 | 0.01 | 260 | 0.96 | 0.72 |
| Hex | A0 | 72 | FC | 25 | 37 | 0 | 1 | 104 | 60 | 48 |
| Octal | 240 | 162 | 374 | 45 | 67 | 0 | 1 | 404 | 140 | 110 |
| Binary | 10100000 | 1110010 | 11111100 | 100101 | 110111 | 0 | 1 | 100000100 | 1100000 | 1001000 |
Color Harmonies of #A072FC
Complementary color
Monochromatic Colors of #A072FC
Black with #A072FC
Text Example
Text Example
White with #A072FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072FC; }
p { color: rgb(160,114,252); }
H1.HeaderClassName
{
color: #A072FC;
}
.AnyTagClassName
{
color: #A072FC;
}
</style>
background-color css
<style>
a { background-color: #A072FC; }
a { background-color: rgb(160,114,252); }
div.DivClassName
{
background-color: #A072FC;
}
.BgClassName
{
background-color: #A072FC;
}
</style>
border-color css
<style>
span { border-color: #A072FC; }
span { border-color: rgb(160,114,252); }
td.TdClassName
{
border-color: #A072FC;
}
.TagClassName
{
border-color: #A072FC;
}
</style>