Shades of Dark Violet #A414B2
Tints of Dark Violet #A414B2
RGB
CMYK
RGB Variations
Color information
#A414B2 (or 0xA414B2) is known color: Dark Violet. HEX triplet: A4, 14 and B2. RGB value is (164,20,178). Sum of RGB (Red+Green+Blue) = 164+20+178=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #A414B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A414B2 is #5BEB4D. Grayscale: #505050. Windows color (decimal): -6024014 or 11670692. OLE color: 11670692.
HSL color Cylindrical-coordinate representation of color #A414B2: hue angle of 294.68º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A414B2 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 20 | 178 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.30 |
| HSL | 294.68º | 0.8% | 0.39% | - |
| HSV(B) | 294.68º | 0.89% | 0.7% | - |
| XYZ | 23.6 | 11.61 | 43.12 | - |
| YUV | 81.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 178 | 0.08 | 0.89 | 0 | 0.30 | 294.68 | 0.8 | 0.39 |
| Hex | A4 | 14 | B2 | 8 | 59 | 0 | 1E | 127 | 50 | 27 |
| Octal | 244 | 24 | 262 | 10 | 131 | 0 | 36 | 447 | 120 | 47 |
| Binary | 10100100 | 10100 | 10110010 | 1000 | 1011001 | 0 | 11110 | 100100111 | 1010000 | 100111 |
Color Harmonies of #A414B2
Complementary color
Monochromatic Colors of #A414B2
Black with #A414B2
Text Example
Text Example
White with #A414B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414B2; }
p { color: rgb(164,20,178); }
H1.HeaderClassName
{
color: #A414B2;
}
.AnyTagClassName
{
color: #A414B2;
}
</style>
background-color css
<style>
a { background-color: #A414B2; }
a { background-color: rgb(164,20,178); }
div.DivClassName
{
background-color: #A414B2;
}
.BgClassName
{
background-color: #A414B2;
}
</style>
border-color css
<style>
span { border-color: #A414B2; }
span { border-color: rgb(164,20,178); }
td.TdClassName
{
border-color: #A414B2;
}
.TagClassName
{
border-color: #A414B2;
}
</style>