Shades of Dark Violet #A304CB
Tints of Dark Violet #A304CB
RGB
CMYK
RGB Variations
Color information
#A304CB (or 0xA304CB) is known color: Dark Violet. HEX triplet: A3, 04 and CB. RGB value is (163,4,203). Sum of RGB (Red+Green+Blue) = 163+4+203=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 4 (1.95% from 255 or 1.08% 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 #A304CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304CB is #5CFB34. Grayscale: #494949. Windows color (decimal): -6093621 or 13304995. OLE color: 13304995.
HSL color Cylindrical-coordinate representation of color #A304CB: hue angle of 287.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304CB is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 4 | 203 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.20 |
| HSL | 287.94º | 0.96% | 0.41% | - |
| HSV(B) | 287.94º | 0.98% | 0.8% | - |
| XYZ | 25.93 | 12.19 | 57.49 | - |
| YUV | 74.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 203 | 0.20 | 0.98 | 0 | 0.20 | 287.94 | 0.96 | 0.41 |
| Hex | A3 | 4 | CB | 14 | 62 | 0 | 14 | 120 | 60 | 29 |
| Octal | 243 | 4 | 313 | 24 | 142 | 0 | 24 | 440 | 140 | 51 |
| Binary | 10100011 | 100 | 11001011 | 10100 | 1100010 | 0 | 10100 | 100100000 | 1100000 | 101001 |
Color Harmonies of #A304CB
Complementary color
Monochromatic Colors of #A304CB
Black with #A304CB
Text Example
Text Example
White with #A304CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A304CB; }
p { color: rgb(163,4,203); }
H1.HeaderClassName
{
color: #A304CB;
}
.AnyTagClassName
{
color: #A304CB;
}
</style>
background-color css
<style>
a { background-color: #A304CB; }
a { background-color: rgb(163,4,203); }
div.DivClassName
{
background-color: #A304CB;
}
.BgClassName
{
background-color: #A304CB;
}
</style>
border-color css
<style>
span { border-color: #A304CB; }
span { border-color: rgb(163,4,203); }
td.TdClassName
{
border-color: #A304CB;
}
.TagClassName
{
border-color: #A304CB;
}
</style>