Shades of Dark Violet #A40FB2
Tints of Dark Violet #A40FB2
RGB
CMYK
RGB Variations
Color information
#A40FB2 (or 0xA40FB2) is known color: Dark Violet. HEX triplet: A4, 0F and B2. RGB value is (164,15,178). Sum of RGB (Red+Green+Blue) = 164+15+178=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #A40FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FB2 is #5BF04D. Grayscale: #4D4D4D. Windows color (decimal): -6025294 or 11669412. OLE color: 11669412.
HSL color Cylindrical-coordinate representation of color #A40FB2: hue angle of 294.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40FB2 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 15 | 178 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.30 |
| HSL | 294.85º | 0.84% | 0.38% | - |
| HSV(B) | 294.85º | 0.92% | 0.7% | - |
| XYZ | 23.52 | 11.45 | 43.09 | - |
| YUV | 78.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 178 | 0.08 | 0.92 | 0 | 0.30 | 294.85 | 0.84 | 0.38 |
| Hex | A4 | F | B2 | 8 | 5C | 0 | 1E | 127 | 54 | 26 |
| Octal | 244 | 17 | 262 | 10 | 134 | 0 | 36 | 447 | 124 | 46 |
| Binary | 10100100 | 1111 | 10110010 | 1000 | 1011100 | 0 | 11110 | 100100111 | 1010100 | 100110 |
Color Harmonies of #A40FB2
Complementary color
Monochromatic Colors of #A40FB2
Black with #A40FB2
Text Example
Text Example
White with #A40FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FB2; }
p { color: rgb(164,15,178); }
H1.HeaderClassName
{
color: #A40FB2;
}
.AnyTagClassName
{
color: #A40FB2;
}
</style>
background-color css
<style>
a { background-color: #A40FB2; }
a { background-color: rgb(164,15,178); }
div.DivClassName
{
background-color: #A40FB2;
}
.BgClassName
{
background-color: #A40FB2;
}
</style>
border-color css
<style>
span { border-color: #A40FB2; }
span { border-color: rgb(164,15,178); }
td.TdClassName
{
border-color: #A40FB2;
}
.TagClassName
{
border-color: #A40FB2;
}
</style>