Shades of Dark Violet #A810B5
Tints of Dark Violet #A810B5
RGB
CMYK
RGB Variations
Color information
#A810B5 (or 0xA810B5) is known color: Dark Violet. HEX triplet: A8, 10 and B5. RGB value is (168,16,181). Sum of RGB (Red+Green+Blue) = 168+16+181=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #A810B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810B5 is #57EF4A. Grayscale: #4F4F4F. Windows color (decimal): -5762891 or 11866280. OLE color: 11866280.
HSL color Cylindrical-coordinate representation of color #A810B5: hue angle of 295.27º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A810B5 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 16 | 181 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.29 |
| HSL | 295.27º | 0.84% | 0.39% | - |
| HSV(B) | 295.27º | 0.91% | 0.71% | - |
| XYZ | 24.67 | 12.03 | 44.74 | - |
| YUV | 80.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 181 | 0.07 | 0.91 | 0 | 0.29 | 295.27 | 0.84 | 0.39 |
| Hex | A8 | 10 | B5 | 7 | 5B | 0 | 1D | 127 | 54 | 27 |
| Octal | 250 | 20 | 265 | 7 | 133 | 0 | 35 | 447 | 124 | 47 |
| Binary | 10101000 | 10000 | 10110101 | 111 | 1011011 | 0 | 11101 | 100100111 | 1010100 | 100111 |
Color Harmonies of #A810B5
Complementary color
Monochromatic Colors of #A810B5
Black with #A810B5
Text Example
Text Example
White with #A810B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810B5; }
p { color: rgb(168,16,181); }
H1.HeaderClassName
{
color: #A810B5;
}
.AnyTagClassName
{
color: #A810B5;
}
</style>
background-color css
<style>
a { background-color: #A810B5; }
a { background-color: rgb(168,16,181); }
div.DivClassName
{
background-color: #A810B5;
}
.BgClassName
{
background-color: #A810B5;
}
</style>
border-color css
<style>
span { border-color: #A810B5; }
span { border-color: rgb(168,16,181); }
td.TdClassName
{
border-color: #A810B5;
}
.TagClassName
{
border-color: #A810B5;
}
</style>