Shades of Dark Violet #A802BB
Tints of Dark Violet #A802BB
RGB
CMYK
RGB Variations
Color information
#A802BB (or 0xA802BB) is known color: Dark Violet. HEX triplet: A8, 02 and BB. RGB value is (168,2,187). Sum of RGB (Red+Green+Blue) = 168+2+187=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #A802BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802BB is #57FD44. Grayscale: #484848. Windows color (decimal): -5766469 or 12255912. OLE color: 12255912.
HSL color Cylindrical-coordinate representation of color #A802BB: hue angle of 293.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802BB is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 2 | 187 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.27 |
| HSL | 293.84º | 0.98% | 0.37% | - |
| HSV(B) | 293.84º | 0.99% | 0.73% | - |
| XYZ | 25.14 | 11.96 | 48 | - |
| YUV | 72.72 | 192.5 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 187 | 0.10 | 0.99 | 0 | 0.27 | 293.84 | 0.98 | 0.37 |
| Hex | A8 | 2 | BB | A | 63 | 0 | 1B | 126 | 62 | 25 |
| Octal | 250 | 2 | 273 | 12 | 143 | 0 | 33 | 446 | 142 | 45 |
| Binary | 10101000 | 10 | 10111011 | 1010 | 1100011 | 0 | 11011 | 100100110 | 1100010 | 100101 |
Color Harmonies of #A802BB
Complementary color
Monochromatic Colors of #A802BB
Black with #A802BB
Text Example
Text Example
White with #A802BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802BB; }
p { color: rgb(168,2,187); }
H1.HeaderClassName
{
color: #A802BB;
}
.AnyTagClassName
{
color: #A802BB;
}
</style>
background-color css
<style>
a { background-color: #A802BB; }
a { background-color: rgb(168,2,187); }
div.DivClassName
{
background-color: #A802BB;
}
.BgClassName
{
background-color: #A802BB;
}
</style>
border-color css
<style>
span { border-color: #A802BB; }
span { border-color: rgb(168,2,187); }
td.TdClassName
{
border-color: #A802BB;
}
.TagClassName
{
border-color: #A802BB;
}
</style>