Shades of Light Slate Blue #A074FC
Tints of Light Slate Blue #A074FC
RGB
CMYK
RGB Variations
Color information
#A074FC (or 0xA074FC) is known color: Light Slate Blue. HEX triplet: A0, 74 and FC. RGB value is (160,116,252). Sum of RGB (Red+Green+Blue) = 160+116+252=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A074FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074FC is #5F8B03. Grayscale: #909090. Windows color (decimal): -6261508 or 16544928. OLE color: 16544928.
HSL color Cylindrical-coordinate representation of color #A074FC: hue angle of 259.41º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A074FC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 116 | 252 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.01 |
| HSL | 259.41º | 0.96% | 0.72% | - |
| HSV(B) | 259.41º | 0.54% | 0.99% | - |
| XYZ | 38.31 | 26.99 | 95.29 | - |
| YUV | 144.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 252 | 0.37 | 0.54 | 0 | 0.01 | 259.41 | 0.96 | 0.72 |
| Hex | A0 | 74 | FC | 25 | 36 | 0 | 1 | 103 | 60 | 48 |
| Octal | 240 | 164 | 374 | 45 | 66 | 0 | 1 | 403 | 140 | 110 |
| Binary | 10100000 | 1110100 | 11111100 | 100101 | 110110 | 0 | 1 | 100000011 | 1100000 | 1001000 |
Color Harmonies of #A074FC
Complementary color
Monochromatic Colors of #A074FC
Black with #A074FC
Text Example
Text Example
White with #A074FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074FC; }
p { color: rgb(160,116,252); }
H1.HeaderClassName
{
color: #A074FC;
}
.AnyTagClassName
{
color: #A074FC;
}
</style>
background-color css
<style>
a { background-color: #A074FC; }
a { background-color: rgb(160,116,252); }
div.DivClassName
{
background-color: #A074FC;
}
.BgClassName
{
background-color: #A074FC;
}
</style>
border-color css
<style>
span { border-color: #A074FC; }
span { border-color: rgb(160,116,252); }
td.TdClassName
{
border-color: #A074FC;
}
.TagClassName
{
border-color: #A074FC;
}
</style>