Shades of Violet Blue #A73F99
Tints of Violet Blue #A73F99
RGB
CMYK
RGB Variations
Color information
#A73F99 (or 0xA73F99) is known color: Violet Blue. HEX triplet: A7, 3F and 99. RGB value is (167,63,153). Sum of RGB (Red+Green+Blue) = 167+63+153=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F99 is #58C066. Grayscale: #686868. Windows color (decimal): -5816423 or 10043303. OLE color: 10043303.
HSL color Cylindrical-coordinate representation of color #A73F99: hue angle of 308.08º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A73F99 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
RGB | 167 | 63 | 153 | - |
CMYK | 0 | 0.62 | 0.08 | 0.35 |
HSL | 308.08º | 0.45% | 0.45% | - |
HSV(B) | 308.08º | 0.62% | 0.65% | - |
XYZ | 23.46 | 14.07 | 31.62 | - |
YUV | 104.36 | 155.46 | 172.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 63 | 153 | 0 | 0.62 | 0.08 | 0.35 | 308.08 | 0.45 | 0.45 |
Hex | A7 | 3F | 99 | 0 | 3E | 8 | 23 | 134 | 2D | 2D |
Octal | 247 | 77 | 231 | 0 | 76 | 10 | 43 | 464 | 55 | 55 |
Binary | 10100111 | 111111 | 10011001 | 0 | 111110 | 1000 | 100011 | 100110100 | 101101 | 101101 |
Color Harmonies of #A73F99
Complementary color
Monochromatic Colors of #A73F99
Black with #A73F99
Text Example
Text Example
White with #A73F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F99; }
p { color: rgb(167,63,153); }
H1.HeaderClassName
{
color: #A73F99;
}
.AnyTagClassName
{
color: #A73F99;
}
</style>
background-color css
<style>
a { background-color: #A73F99; }
a { background-color: rgb(167,63,153); }
div.DivClassName
{
background-color: #A73F99;
}
.BgClassName
{
background-color: #A73F99;
}
</style>
border-color css
<style>
span { border-color: #A73F99; }
span { border-color: rgb(167,63,153); }
td.TdClassName
{
border-color: #A73F99;
}
.TagClassName
{
border-color: #A73F99;
}
</style>