Shades of Dark Violet #A802BC
Tints of Dark Violet #A802BC
RGB
CMYK
RGB Variations
Color information
#A802BC (or 0xA802BC) is known color: Dark Violet. HEX triplet: A8, 02 and BC. RGB value is (168,2,188). Sum of RGB (Red+Green+Blue) = 168+2+188=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #A802BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802BC is #57FD43. Grayscale: #484848. Windows color (decimal): -5766468 or 12321448. OLE color: 12321448.
HSL color Cylindrical-coordinate representation of color #A802BC: hue angle of 293.55º 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 #A802BC is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 2 | 188 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.26 |
| HSL | 293.55º | 0.98% | 0.37% | - |
| HSV(B) | 293.55º | 0.99% | 0.74% | - |
| XYZ | 25.25 | 12 | 48.56 | - |
| YUV | 72.84 | 193 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 188 | 0.11 | 0.99 | 0 | 0.26 | 293.55 | 0.98 | 0.37 |
| Hex | A8 | 2 | BC | B | 63 | 0 | 1A | 126 | 62 | 25 |
| Octal | 250 | 2 | 274 | 13 | 143 | 0 | 32 | 446 | 142 | 45 |
| Binary | 10101000 | 10 | 10111100 | 1011 | 1100011 | 0 | 11010 | 100100110 | 1100010 | 100101 |
Color Harmonies of #A802BC
Complementary color
Monochromatic Colors of #A802BC
Black with #A802BC
Text Example
Text Example
White with #A802BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802BC; }
p { color: rgb(168,2,188); }
H1.HeaderClassName
{
color: #A802BC;
}
.AnyTagClassName
{
color: #A802BC;
}
</style>
background-color css
<style>
a { background-color: #A802BC; }
a { background-color: rgb(168,2,188); }
div.DivClassName
{
background-color: #A802BC;
}
.BgClassName
{
background-color: #A802BC;
}
</style>
border-color css
<style>
span { border-color: #A802BC; }
span { border-color: rgb(168,2,188); }
td.TdClassName
{
border-color: #A802BC;
}
.TagClassName
{
border-color: #A802BC;
}
</style>