Shades of Light Slate Blue #A072FE
Tints of Light Slate Blue #A072FE
RGB
CMYK
RGB Variations
Color information
#A072FE (or 0xA072FE) is known color: Light Slate Blue. HEX triplet: A0, 72 and FE. RGB value is (160,114,254). Sum of RGB (Red+Green+Blue) = 160+114+254=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #A072FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072FE is #5F8D01. Grayscale: #8F8F8F. Windows color (decimal): -6262018 or 16675488. OLE color: 16675488.
HSL color Cylindrical-coordinate representation of color #A072FE: hue angle of 259.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A072FE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 114 | 254 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.00 |
| HSL | 259.71º | 0.99% | 0.72% | - |
| HSV(B) | 259.71º | 0.55% | 1% | - |
| XYZ | 38.4 | 26.66 | 96.89 | - |
| YUV | 143.71 | 190.24 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 254 | 0.37 | 0.55 | 0 | 0.00 | 259.71 | 0.99 | 0.72 |
| Hex | A0 | 72 | FE | 25 | 37 | 0 | 0 | 104 | 63 | 48 |
| Octal | 240 | 162 | 376 | 45 | 67 | 0 | 0 | 404 | 143 | 110 |
| Binary | 10100000 | 1110010 | 11111110 | 100101 | 110111 | 0 | 0 | 100000100 | 1100011 | 1001000 |
Color Harmonies of #A072FE
Complementary color
Monochromatic Colors of #A072FE
Black with #A072FE
Text Example
Text Example
White with #A072FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072FE; }
p { color: rgb(160,114,254); }
H1.HeaderClassName
{
color: #A072FE;
}
.AnyTagClassName
{
color: #A072FE;
}
</style>
background-color css
<style>
a { background-color: #A072FE; }
a { background-color: rgb(160,114,254); }
div.DivClassName
{
background-color: #A072FE;
}
.BgClassName
{
background-color: #A072FE;
}
</style>
border-color css
<style>
span { border-color: #A072FE; }
span { border-color: rgb(160,114,254); }
td.TdClassName
{
border-color: #A072FE;
}
.TagClassName
{
border-color: #A072FE;
}
</style>