Shades of Dark Violet #A402B2
Tints of Dark Violet #A402B2
RGB
CMYK
RGB Variations
Color information
#A402B2 (or 0xA402B2) is known color: Dark Violet. HEX triplet: A4, 02 and B2. RGB value is (164,2,178). Sum of RGB (Red+Green+Blue) = 164+2+178=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #A402B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A402B2 is #5BFD4D. Grayscale: #454545. Windows color (decimal): -6028622 or 11666084. OLE color: 11666084.
HSL color Cylindrical-coordinate representation of color #A402B2: hue angle of 295.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402B2 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 2 | 178 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.30 |
| HSL | 295.23º | 0.98% | 0.35% | - |
| HSV(B) | 295.23º | 0.99% | 0.7% | - |
| XYZ | 23.37 | 11.15 | 43.04 | - |
| YUV | 70.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 178 | 0.08 | 0.99 | 0 | 0.30 | 295.23 | 0.98 | 0.35 |
| Hex | A4 | 2 | B2 | 8 | 63 | 0 | 1E | 127 | 62 | 23 |
| Octal | 244 | 2 | 262 | 10 | 143 | 0 | 36 | 447 | 142 | 43 |
| Binary | 10100100 | 10 | 10110010 | 1000 | 1100011 | 0 | 11110 | 100100111 | 1100010 | 100011 |
Color Harmonies of #A402B2
Complementary color
Monochromatic Colors of #A402B2
Black with #A402B2
Text Example
Text Example
White with #A402B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A402B2; }
p { color: rgb(164,2,178); }
H1.HeaderClassName
{
color: #A402B2;
}
.AnyTagClassName
{
color: #A402B2;
}
</style>
background-color css
<style>
a { background-color: #A402B2; }
a { background-color: rgb(164,2,178); }
div.DivClassName
{
background-color: #A402B2;
}
.BgClassName
{
background-color: #A402B2;
}
</style>
border-color css
<style>
span { border-color: #A402B2; }
span { border-color: rgb(164,2,178); }
td.TdClassName
{
border-color: #A402B2;
}
.TagClassName
{
border-color: #A402B2;
}
</style>