Shades of Dark Violet #A802BD
Tints of Dark Violet #A802BD
RGB
CMYK
RGB Variations
Color information
#A802BD (or 0xA802BD) is known color: Dark Violet. HEX triplet: A8, 02 and BD. RGB value is (168,2,189). Sum of RGB (Red+Green+Blue) = 168+2+189=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #A802BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802BD is #57FD42. Grayscale: #484848. Windows color (decimal): -5766467 or 12386984. OLE color: 12386984.
HSL color Cylindrical-coordinate representation of color #A802BD: hue angle of 293.26º 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 #A802BD is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 2 | 189 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.26 |
| HSL | 293.26º | 0.98% | 0.37% | - |
| HSV(B) | 293.26º | 0.99% | 0.74% | - |
| XYZ | 25.36 | 12.04 | 49.13 | - |
| YUV | 72.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 189 | 0.11 | 0.99 | 0 | 0.26 | 293.26 | 0.98 | 0.37 |
| Hex | A8 | 2 | BD | B | 63 | 0 | 1A | 125 | 62 | 25 |
| Octal | 250 | 2 | 275 | 13 | 143 | 0 | 32 | 445 | 142 | 45 |
| Binary | 10101000 | 10 | 10111101 | 1011 | 1100011 | 0 | 11010 | 100100101 | 1100010 | 100101 |
Color Harmonies of #A802BD
Complementary color
Monochromatic Colors of #A802BD
Black with #A802BD
Text Example
Text Example
White with #A802BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802BD; }
p { color: rgb(168,2,189); }
H1.HeaderClassName
{
color: #A802BD;
}
.AnyTagClassName
{
color: #A802BD;
}
</style>
background-color css
<style>
a { background-color: #A802BD; }
a { background-color: rgb(168,2,189); }
div.DivClassName
{
background-color: #A802BD;
}
.BgClassName
{
background-color: #A802BD;
}
</style>
border-color css
<style>
span { border-color: #A802BD; }
span { border-color: rgb(168,2,189); }
td.TdClassName
{
border-color: #A802BD;
}
.TagClassName
{
border-color: #A802BD;
}
</style>