Shades of Dark Violet #A402BD
Tints of Dark Violet #A402BD
RGB
CMYK
RGB Variations
Color information
#A402BD (or 0xA402BD) is known color: Dark Violet. HEX triplet: A4, 02 and BD. RGB value is (164,2,189). Sum of RGB (Red+Green+Blue) = 164+2+189=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #A402BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402BD is #5BFD42. Grayscale: #474747. Windows color (decimal): -6028611 or 12386980. OLE color: 12386980.
HSL color Cylindrical-coordinate representation of color #A402BD: hue angle of 291.98º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402BD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 2 | 189 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.26 |
| HSL | 291.98º | 0.98% | 0.37% | - |
| HSV(B) | 291.98º | 0.99% | 0.74% | - |
| XYZ | 24.52 | 11.61 | 49.09 | - |
| YUV | 71.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 189 | 0.13 | 0.99 | 0 | 0.26 | 291.98 | 0.98 | 0.37 |
| Hex | A4 | 2 | BD | D | 63 | 0 | 1A | 124 | 62 | 25 |
| Octal | 244 | 2 | 275 | 15 | 143 | 0 | 32 | 444 | 142 | 45 |
| Binary | 10100100 | 10 | 10111101 | 1101 | 1100011 | 0 | 11010 | 100100100 | 1100010 | 100101 |
Color Harmonies of #A402BD
Complementary color
Monochromatic Colors of #A402BD
Black with #A402BD
Text Example
Text Example
White with #A402BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A402BD; }
p { color: rgb(164,2,189); }
H1.HeaderClassName
{
color: #A402BD;
}
.AnyTagClassName
{
color: #A402BD;
}
</style>
background-color css
<style>
a { background-color: #A402BD; }
a { background-color: rgb(164,2,189); }
div.DivClassName
{
background-color: #A402BD;
}
.BgClassName
{
background-color: #A402BD;
}
</style>
border-color css
<style>
span { border-color: #A402BD; }
span { border-color: rgb(164,2,189); }
td.TdClassName
{
border-color: #A402BD;
}
.TagClassName
{
border-color: #A402BD;
}
</style>