Shades of Dark Violet #A808B2
Tints of Dark Violet #A808B2
RGB
CMYK
RGB Variations
Color information
#A808B2 (or 0xA808B2) is known color: Dark Violet. HEX triplet: A8, 08 and B2. RGB value is (168,8,178). Sum of RGB (Red+Green+Blue) = 168+8+178=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #A808B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A808B2 is #57F74D. Grayscale: #4A4A4A. Windows color (decimal): -5764942 or 11667624. OLE color: 11667624.
HSL color Cylindrical-coordinate representation of color #A808B2: hue angle of 296.47º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808B2 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 8 | 178 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.30 |
| HSL | 296.47º | 0.91% | 0.36% | - |
| HSV(B) | 296.47º | 0.96% | 0.7% | - |
| XYZ | 24.27 | 11.71 | 43.1 | - |
| YUV | 75.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 178 | 0.06 | 0.96 | 0 | 0.30 | 296.47 | 0.91 | 0.36 |
| Hex | A8 | 8 | B2 | 6 | 60 | 0 | 1E | 128 | 5B | 24 |
| Octal | 250 | 10 | 262 | 6 | 140 | 0 | 36 | 450 | 133 | 44 |
| Binary | 10101000 | 1000 | 10110010 | 110 | 1100000 | 0 | 11110 | 100101000 | 1011011 | 100100 |
Color Harmonies of #A808B2
Complementary color
Monochromatic Colors of #A808B2
Black with #A808B2
Text Example
Text Example
White with #A808B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808B2; }
p { color: rgb(168,8,178); }
H1.HeaderClassName
{
color: #A808B2;
}
.AnyTagClassName
{
color: #A808B2;
}
</style>
background-color css
<style>
a { background-color: #A808B2; }
a { background-color: rgb(168,8,178); }
div.DivClassName
{
background-color: #A808B2;
}
.BgClassName
{
background-color: #A808B2;
}
</style>
border-color css
<style>
span { border-color: #A808B2; }
span { border-color: rgb(168,8,178); }
td.TdClassName
{
border-color: #A808B2;
}
.TagClassName
{
border-color: #A808B2;
}
</style>