Shades of Dark Violet #A304EA
Tints of Dark Violet #A304EA
RGB
CMYK
RGB Variations
Color information
#A304EA (or 0xA304EA) is known color: Dark Violet. HEX triplet: A3, 04 and EA. RGB value is (163,4,234). Sum of RGB (Red+Green+Blue) = 163+4+234=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #A304EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A304EA is #5CFB15. Grayscale: #4D4D4D. Windows color (decimal): -6093590 or 15336611. OLE color: 15336611.
HSL color Cylindrical-coordinate representation of color #A304EA: hue angle of 281.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304EA is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 4 | 234 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.08 |
| HSL | 281.48º | 0.97% | 0.47% | - |
| HSV(B) | 281.48º | 0.98% | 0.92% | - |
| XYZ | 30 | 13.81 | 78.93 | - |
| YUV | 77.76 | 216.18 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 234 | 0.30 | 0.98 | 0 | 0.08 | 281.48 | 0.97 | 0.47 |
| Hex | A3 | 4 | EA | 1E | 62 | 0 | 8 | 119 | 61 | 2F |
| Octal | 243 | 4 | 352 | 36 | 142 | 0 | 10 | 431 | 141 | 57 |
| Binary | 10100011 | 100 | 11101010 | 11110 | 1100010 | 0 | 1000 | 100011001 | 1100001 | 101111 |
Color Harmonies of #A304EA
Complementary color
Monochromatic Colors of #A304EA
Black with #A304EA
Text Example
Text Example
White with #A304EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A304EA; }
p { color: rgb(163,4,234); }
H1.HeaderClassName
{
color: #A304EA;
}
.AnyTagClassName
{
color: #A304EA;
}
</style>
background-color css
<style>
a { background-color: #A304EA; }
a { background-color: rgb(163,4,234); }
div.DivClassName
{
background-color: #A304EA;
}
.BgClassName
{
background-color: #A304EA;
}
</style>
border-color css
<style>
span { border-color: #A304EA; }
span { border-color: rgb(163,4,234); }
td.TdClassName
{
border-color: #A304EA;
}
.TagClassName
{
border-color: #A304EA;
}
</style>