Shades of Medium Red Violet #A62B9C
Tints of Medium Red Violet #A62B9C
RGB
CMYK
RGB Variations
Color information
#A62B9C (or 0xA62B9C) is known color: Medium Red Violet. HEX triplet: A6, 2B and 9C. RGB value is (166,43,156). Sum of RGB (Red+Green+Blue) = 166+43+156=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62B9C is #59D463. Grayscale: #5C5C5C. Windows color (decimal): -5887076 or 10234790. OLE color: 10234790.
HSL color Cylindrical-coordinate representation of color #A62B9C: hue angle of 304.88º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62B9C is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 156 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.35 |
| HSL | 304.88º | 0.59% | 0.41% | - |
| HSV(B) | 304.88º | 0.74% | 0.65% | - |
| XYZ | 22.59 | 12.24 | 32.62 | - |
| YUV | 92.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 156 | 0 | 0.74 | 0.06 | 0.35 | 304.88 | 0.59 | 0.41 |
| Hex | A6 | 2B | 9C | 0 | 4A | 6 | 23 | 131 | 3B | 29 |
| Octal | 246 | 53 | 234 | 0 | 112 | 6 | 43 | 461 | 73 | 51 |
| Binary | 10100110 | 101011 | 10011100 | 0 | 1001010 | 110 | 100011 | 100110001 | 111011 | 101001 |
Color Harmonies of #A62B9C
Complementary color
Monochromatic Colors of #A62B9C
Black with #A62B9C
Text Example
Text Example
White with #A62B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B9C; }
p { color: rgb(166,43,156); }
H1.HeaderClassName
{
color: #A62B9C;
}
.AnyTagClassName
{
color: #A62B9C;
}
</style>
background-color css
<style>
a { background-color: #A62B9C; }
a { background-color: rgb(166,43,156); }
div.DivClassName
{
background-color: #A62B9C;
}
.BgClassName
{
background-color: #A62B9C;
}
</style>
border-color css
<style>
span { border-color: #A62B9C; }
span { border-color: rgb(166,43,156); }
td.TdClassName
{
border-color: #A62B9C;
}
.TagClassName
{
border-color: #A62B9C;
}
</style>