Shades of Dark Violet #A800B6
Tints of Dark Violet #A800B6
RGB
CMYK
RGB Variations
Color information
#A800B6 (or 0xA800B6) is known color: Dark Violet. HEX triplet: A8, 00 and B6. RGB value is (168,0,182). Sum of RGB (Red+Green+Blue) = 168+0+182=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #A800B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800B6 is #57FF49. Grayscale: #464646. Windows color (decimal): -5766986 or 11927720. OLE color: 11927720.
HSL color Cylindrical-coordinate representation of color #A800B6: hue angle of 295.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800B6 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 0 | 182 | - |
| CMYK | 0.08 | 1 | 0 | 0.29 |
| HSL | 295.38º | 1% | 0.36% | - |
| HSV(B) | 295.38º | 1% | 0.71% | - |
| XYZ | 24.59 | 11.7 | 45.22 | - |
| YUV | 70.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 182 | 0.08 | 1 | 0 | 0.29 | 295.38 | 1 | 0.36 |
| Hex | A8 | 0 | B6 | 8 | 64 | 0 | 1D | 127 | 64 | 24 |
| Octal | 250 | 0 | 266 | 10 | 144 | 0 | 35 | 447 | 144 | 44 |
| Binary | 10101000 | 0 | 10110110 | 1000 | 1100100 | 0 | 11101 | 100100111 | 1100100 | 100100 |
Color Harmonies of #A800B6
Complementary color
Monochromatic Colors of #A800B6
Black with #A800B6
Text Example
Text Example
White with #A800B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800B6; }
p { color: rgb(168,0,182); }
H1.HeaderClassName
{
color: #A800B6;
}
.AnyTagClassName
{
color: #A800B6;
}
</style>
background-color css
<style>
a { background-color: #A800B6; }
a { background-color: rgb(168,0,182); }
div.DivClassName
{
background-color: #A800B6;
}
.BgClassName
{
background-color: #A800B6;
}
</style>
border-color css
<style>
span { border-color: #A800B6; }
span { border-color: rgb(168,0,182); }
td.TdClassName
{
border-color: #A800B6;
}
.TagClassName
{
border-color: #A800B6;
}
</style>