Shades of Violet Blue #A442AD
Tints of Violet Blue #A442AD
RGB
CMYK
RGB Variations
Color information
#A442AD (or 0xA442AD) is known color: Violet Blue. HEX triplet: A4, 42 and AD. RGB value is (164,66,173). Sum of RGB (Red+Green+Blue) = 164+66+173=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #A442AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A442AD is #5BBD52. Grayscale: #6B6B6B. Windows color (decimal): -6012243 or 11354788. OLE color: 11354788.
HSL color Cylindrical-coordinate representation of color #A442AD: hue angle of 294.95º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A442AD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 66 | 173 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.32 |
| HSL | 294.95º | 0.45% | 0.47% | - |
| HSV(B) | 294.95º | 0.62% | 0.68% | - |
| XYZ | 24.8 | 14.81 | 41.09 | - |
| YUV | 107.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 173 | 0.05 | 0.62 | 0 | 0.32 | 294.95 | 0.45 | 0.47 |
| Hex | A4 | 42 | AD | 5 | 3E | 0 | 20 | 127 | 2D | 2F |
| Octal | 244 | 102 | 255 | 5 | 76 | 0 | 40 | 447 | 55 | 57 |
| Binary | 10100100 | 1000010 | 10101101 | 101 | 111110 | 0 | 100000 | 100100111 | 101101 | 101111 |
Color Harmonies of #A442AD
Complementary color
Monochromatic Colors of #A442AD
Black with #A442AD
Text Example
Text Example
White with #A442AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442AD; }
p { color: rgb(164,66,173); }
H1.HeaderClassName
{
color: #A442AD;
}
.AnyTagClassName
{
color: #A442AD;
}
</style>
background-color css
<style>
a { background-color: #A442AD; }
a { background-color: rgb(164,66,173); }
div.DivClassName
{
background-color: #A442AD;
}
.BgClassName
{
background-color: #A442AD;
}
</style>
border-color css
<style>
span { border-color: #A442AD; }
span { border-color: rgb(164,66,173); }
td.TdClassName
{
border-color: #A442AD;
}
.TagClassName
{
border-color: #A442AD;
}
</style>