Shades of Light Slate Blue #A074FF
Tints of Light Slate Blue #A074FF
RGB
CMYK
RGB Variations
Color information
#A074FF (or 0xA074FF) is known color: Light Slate Blue. HEX triplet: A0, 74 and FF. RGB value is (160,116,255). Sum of RGB (Red+Green+Blue) = 160+116+255=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A074FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074FF is #5F8B00. Grayscale: #909090. Windows color (decimal): -6261505 or 16741536. OLE color: 16741536.
HSL color Cylindrical-coordinate representation of color #A074FF: hue angle of 258.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A074FF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 116 | 255 | - |
| CMYK | 0.37 | 0.55 | 0 | 0 |
| HSL | 258.99º | 1% | 0.73% | - |
| HSV(B) | 258.99º | 0.55% | 1% | - |
| XYZ | 38.79 | 27.18 | 97.81 | - |
| YUV | 145 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 255 | 0.37 | 0.55 | 0 | 0 | 258.99 | 1 | 0.73 |
| Hex | A0 | 74 | FF | 25 | 37 | 0 | 0 | 103 | 64 | 49 |
| Octal | 240 | 164 | 377 | 45 | 67 | 0 | 0 | 403 | 144 | 111 |
| Binary | 10100000 | 1110100 | 11111111 | 100101 | 110111 | 0 | 0 | 100000011 | 1100100 | 1001001 |
Color Harmonies of #A074FF
Complementary color
Monochromatic Colors of #A074FF
Black with #A074FF
Text Example
Text Example
White with #A074FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074FF; }
p { color: rgb(160,116,255); }
H1.HeaderClassName
{
color: #A074FF;
}
.AnyTagClassName
{
color: #A074FF;
}
</style>
background-color css
<style>
a { background-color: #A074FF; }
a { background-color: rgb(160,116,255); }
div.DivClassName
{
background-color: #A074FF;
}
.BgClassName
{
background-color: #A074FF;
}
</style>
border-color css
<style>
span { border-color: #A074FF; }
span { border-color: rgb(160,116,255); }
td.TdClassName
{
border-color: #A074FF;
}
.TagClassName
{
border-color: #A074FF;
}
</style>