Shades of Dark Violet #A301B5
Tints of Dark Violet #A301B5
RGB
CMYK
RGB Variations
Color information
#A301B5 (or 0xA301B5) is known color: Dark Violet. HEX triplet: A3, 01 and B5. RGB value is (163,1,181). Sum of RGB (Red+Green+Blue) = 163+1+181=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #A301B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301B5 is #5CFE4A. Grayscale: #454545. Windows color (decimal): -6094411 or 11862435. OLE color: 11862435.
HSL color Cylindrical-coordinate representation of color #A301B5: hue angle of 294º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301B5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 1 | 181 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.29 |
| HSL | 294º | 0.99% | 0.36% | - |
| HSV(B) | 294º | 0.99% | 0.71% | - |
| XYZ | 23.46 | 11.14 | 44.63 | - |
| YUV | 69.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 181 | 0.10 | 0.99 | 0 | 0.29 | 294 | 0.99 | 0.36 |
| Hex | A3 | 1 | B5 | A | 63 | 0 | 1D | 126 | 63 | 24 |
| Octal | 243 | 1 | 265 | 12 | 143 | 0 | 35 | 446 | 143 | 44 |
| Binary | 10100011 | 1 | 10110101 | 1010 | 1100011 | 0 | 11101 | 100100110 | 1100011 | 100100 |
Color Harmonies of #A301B5
Complementary color
Monochromatic Colors of #A301B5
Black with #A301B5
Text Example
Text Example
White with #A301B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301B5; }
p { color: rgb(163,1,181); }
H1.HeaderClassName
{
color: #A301B5;
}
.AnyTagClassName
{
color: #A301B5;
}
</style>
background-color css
<style>
a { background-color: #A301B5; }
a { background-color: rgb(163,1,181); }
div.DivClassName
{
background-color: #A301B5;
}
.BgClassName
{
background-color: #A301B5;
}
</style>
border-color css
<style>
span { border-color: #A301B5; }
span { border-color: rgb(163,1,181); }
td.TdClassName
{
border-color: #A301B5;
}
.TagClassName
{
border-color: #A301B5;
}
</style>