Shades of Dark Violet #A403CB
Tints of Dark Violet #A403CB
RGB
CMYK
RGB Variations
Color information
#A403CB (or 0xA403CB) is known color: Dark Violet. HEX triplet: A4, 03 and CB. RGB value is (164,3,203). Sum of RGB (Red+Green+Blue) = 164+3+203=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #A403CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403CB is #5BFC34. Grayscale: #494949. Windows color (decimal): -6028341 or 13304740. OLE color: 13304740.
HSL color Cylindrical-coordinate representation of color #A403CB: hue angle of 288.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403CB is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 3 | 203 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.20 |
| HSL | 288.3º | 0.97% | 0.4% | - |
| HSV(B) | 288.3º | 0.99% | 0.8% | - |
| XYZ | 26.12 | 12.27 | 57.49 | - |
| YUV | 73.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 203 | 0.19 | 0.99 | 0 | 0.20 | 288.3 | 0.97 | 0.4 |
| Hex | A4 | 3 | CB | 13 | 63 | 0 | 14 | 120 | 61 | 28 |
| Octal | 244 | 3 | 313 | 23 | 143 | 0 | 24 | 440 | 141 | 50 |
| Binary | 10100100 | 11 | 11001011 | 10011 | 1100011 | 0 | 10100 | 100100000 | 1100001 | 101000 |
Color Harmonies of #A403CB
Complementary color
Monochromatic Colors of #A403CB
Black with #A403CB
Text Example
Text Example
White with #A403CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403CB; }
p { color: rgb(164,3,203); }
H1.HeaderClassName
{
color: #A403CB;
}
.AnyTagClassName
{
color: #A403CB;
}
</style>
background-color css
<style>
a { background-color: #A403CB; }
a { background-color: rgb(164,3,203); }
div.DivClassName
{
background-color: #A403CB;
}
.BgClassName
{
background-color: #A403CB;
}
</style>
border-color css
<style>
span { border-color: #A403CB; }
span { border-color: rgb(164,3,203); }
td.TdClassName
{
border-color: #A403CB;
}
.TagClassName
{
border-color: #A403CB;
}
</style>