Shades of Dark Violet #A100B4
Tints of Dark Violet #A100B4
RGB
CMYK
RGB Variations
Color information
#A100B4 (or 0xA100B4) is known color: Dark Violet. HEX triplet: A1, 00 and B4. RGB value is (161,0,180). Sum of RGB (Red+Green+Blue) = 161+0+180=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #A100B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100B4 is #5EFF4B. Grayscale: #444444. Windows color (decimal): -6225740 or 11796641. OLE color: 11796641.
HSL color Cylindrical-coordinate representation of color #A100B4: hue angle of 293.67º 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 #A100B4 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 0 | 180 | - |
| CMYK | 0.11 | 1 | 0 | 0.29 |
| HSL | 293.67º | 1% | 0.35% | - |
| HSV(B) | 293.67º | 1% | 0.71% | - |
| XYZ | 22.94 | 10.87 | 44.07 | - |
| YUV | 68.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 180 | 0.11 | 1 | 0 | 0.29 | 293.67 | 1 | 0.35 |
| Hex | A1 | 0 | B4 | B | 64 | 0 | 1D | 126 | 64 | 23 |
| Octal | 241 | 0 | 264 | 13 | 144 | 0 | 35 | 446 | 144 | 43 |
| Binary | 10100001 | 0 | 10110100 | 1011 | 1100100 | 0 | 11101 | 100100110 | 1100100 | 100011 |
Color Harmonies of #A100B4
Complementary color
Monochromatic Colors of #A100B4
Black with #A100B4
Text Example
Text Example
White with #A100B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100B4; }
p { color: rgb(161,0,180); }
H1.HeaderClassName
{
color: #A100B4;
}
.AnyTagClassName
{
color: #A100B4;
}
</style>
background-color css
<style>
a { background-color: #A100B4; }
a { background-color: rgb(161,0,180); }
div.DivClassName
{
background-color: #A100B4;
}
.BgClassName
{
background-color: #A100B4;
}
</style>
border-color css
<style>
span { border-color: #A100B4; }
span { border-color: rgb(161,0,180); }
td.TdClassName
{
border-color: #A100B4;
}
.TagClassName
{
border-color: #A100B4;
}
</style>