Shades of Light Slate Blue #A073FE
Tints of Light Slate Blue #A073FE
RGB
CMYK
RGB Variations
Color information
#A073FE (or 0xA073FE) is known color: Light Slate Blue. HEX triplet: A0, 73 and FE. RGB value is (160,115,254). Sum of RGB (Red+Green+Blue) = 160+115+254=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A073FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073FE is #5F8C01. Grayscale: #8F8F8F. Windows color (decimal): -6261762 or 16675744. OLE color: 16675744.
HSL color Cylindrical-coordinate representation of color #A073FE: hue angle of 259.42º 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 #A073FE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 115 | 254 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.00 |
| HSL | 259.42º | 0.99% | 0.72% | - |
| HSV(B) | 259.42º | 0.55% | 1% | - |
| XYZ | 38.52 | 26.89 | 96.93 | - |
| YUV | 144.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 254 | 0.37 | 0.55 | 0 | 0.00 | 259.42 | 0.99 | 0.72 |
| Hex | A0 | 73 | FE | 25 | 37 | 0 | 0 | 103 | 63 | 48 |
| Octal | 240 | 163 | 376 | 45 | 67 | 0 | 0 | 403 | 143 | 110 |
| Binary | 10100000 | 1110011 | 11111110 | 100101 | 110111 | 0 | 0 | 100000011 | 1100011 | 1001000 |
Color Harmonies of #A073FE
Complementary color
Monochromatic Colors of #A073FE
Black with #A073FE
Text Example
Text Example
White with #A073FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073FE; }
p { color: rgb(160,115,254); }
H1.HeaderClassName
{
color: #A073FE;
}
.AnyTagClassName
{
color: #A073FE;
}
</style>
background-color css
<style>
a { background-color: #A073FE; }
a { background-color: rgb(160,115,254); }
div.DivClassName
{
background-color: #A073FE;
}
.BgClassName
{
background-color: #A073FE;
}
</style>
border-color css
<style>
span { border-color: #A073FE; }
span { border-color: rgb(160,115,254); }
td.TdClassName
{
border-color: #A073FE;
}
.TagClassName
{
border-color: #A073FE;
}
</style>