Shades of Dark Violet #A800B5
Tints of Dark Violet #A800B5
RGB
CMYK
RGB Variations
Color information
#A800B5 (or 0xA800B5) is known color: Dark Violet. HEX triplet: A8, 00 and B5. RGB value is (168,0,181). Sum of RGB (Red+Green+Blue) = 168+0+181=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #A800B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800B5 is #57FF4A. Grayscale: #464646. Windows color (decimal): -5766987 or 11862184. OLE color: 11862184.
HSL color Cylindrical-coordinate representation of color #A800B5: hue angle of 295.69º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800B5 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 0 | 181 | - |
| CMYK | 0.07 | 1 | 0 | 0.29 |
| HSL | 295.69º | 1% | 0.35% | - |
| HSV(B) | 295.69º | 1% | 0.71% | - |
| XYZ | 24.49 | 11.66 | 44.68 | - |
| YUV | 70.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 181 | 0.07 | 1 | 0 | 0.29 | 295.69 | 1 | 0.35 |
| Hex | A8 | 0 | B5 | 7 | 64 | 0 | 1D | 128 | 64 | 23 |
| Octal | 250 | 0 | 265 | 7 | 144 | 0 | 35 | 450 | 144 | 43 |
| Binary | 10101000 | 0 | 10110101 | 111 | 1100100 | 0 | 11101 | 100101000 | 1100100 | 100011 |
Color Harmonies of #A800B5
Complementary color
Monochromatic Colors of #A800B5
Black with #A800B5
Text Example
Text Example
White with #A800B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800B5; }
p { color: rgb(168,0,181); }
H1.HeaderClassName
{
color: #A800B5;
}
.AnyTagClassName
{
color: #A800B5;
}
</style>
background-color css
<style>
a { background-color: #A800B5; }
a { background-color: rgb(168,0,181); }
div.DivClassName
{
background-color: #A800B5;
}
.BgClassName
{
background-color: #A800B5;
}
</style>
border-color css
<style>
span { border-color: #A800B5; }
span { border-color: rgb(168,0,181); }
td.TdClassName
{
border-color: #A800B5;
}
.TagClassName
{
border-color: #A800B5;
}
</style>