Shades of Light Slate Blue #A072FF
Tints of Light Slate Blue #A072FF
RGB
CMYK
RGB Variations
Color information
#A072FF (or 0xA072FF) is known color: Light Slate Blue. HEX triplet: A0, 72 and FF. RGB value is (160,114,255). Sum of RGB (Red+Green+Blue) = 160+114+255=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A072FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072FF is #5F8D00. Grayscale: #8F8F8F. Windows color (decimal): -6262017 or 16741024. OLE color: 16741024.
HSL color Cylindrical-coordinate representation of color #A072FF: hue angle of 259.57º 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 #A072FF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 114 | 255 | - |
| CMYK | 0.37 | 0.55 | 0 | 0 |
| HSL | 259.57º | 1% | 0.72% | - |
| HSV(B) | 259.57º | 0.55% | 1% | - |
| XYZ | 38.56 | 26.73 | 97.73 | - |
| YUV | 143.83 | 190.74 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 255 | 0.37 | 0.55 | 0 | 0 | 259.57 | 1 | 0.72 |
| Hex | A0 | 72 | FF | 25 | 37 | 0 | 0 | 104 | 64 | 48 |
| Octal | 240 | 162 | 377 | 45 | 67 | 0 | 0 | 404 | 144 | 110 |
| Binary | 10100000 | 1110010 | 11111111 | 100101 | 110111 | 0 | 0 | 100000100 | 1100100 | 1001000 |
Color Harmonies of #A072FF
Complementary color
Monochromatic Colors of #A072FF
Black with #A072FF
Text Example
Text Example
White with #A072FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072FF; }
p { color: rgb(160,114,255); }
H1.HeaderClassName
{
color: #A072FF;
}
.AnyTagClassName
{
color: #A072FF;
}
</style>
background-color css
<style>
a { background-color: #A072FF; }
a { background-color: rgb(160,114,255); }
div.DivClassName
{
background-color: #A072FF;
}
.BgClassName
{
background-color: #A072FF;
}
</style>
border-color css
<style>
span { border-color: #A072FF; }
span { border-color: rgb(160,114,255); }
td.TdClassName
{
border-color: #A072FF;
}
.TagClassName
{
border-color: #A072FF;
}
</style>