Shades of Dark Violet #A304ED
Tints of Dark Violet #A304ED
RGB
CMYK
RGB Variations
Color information
#A304ED (or 0xA304ED) is known color: Dark Violet. HEX triplet: A3, 04 and ED. RGB value is (163,4,237). Sum of RGB (Red+Green+Blue) = 163+4+237=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #A304ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A304ED is #5CFB12. Grayscale: #4D4D4D. Windows color (decimal): -6093587 or 15533219. OLE color: 15533219.
HSL color Cylindrical-coordinate representation of color #A304ED: hue angle of 280.94º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304ED is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 4 | 237 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.07 |
| HSL | 280.94º | 0.97% | 0.47% | - |
| HSV(B) | 280.94º | 0.98% | 0.93% | - |
| XYZ | 30.43 | 13.99 | 81.22 | - |
| YUV | 78.1 | 217.68 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 237 | 0.31 | 0.98 | 0 | 0.07 | 280.94 | 0.97 | 0.47 |
| Hex | A3 | 4 | ED | 1F | 62 | 0 | 7 | 119 | 61 | 2F |
| Octal | 243 | 4 | 355 | 37 | 142 | 0 | 7 | 431 | 141 | 57 |
| Binary | 10100011 | 100 | 11101101 | 11111 | 1100010 | 0 | 111 | 100011001 | 1100001 | 101111 |
Color Harmonies of #A304ED
Complementary color
Monochromatic Colors of #A304ED
Black with #A304ED
Text Example
Text Example
White with #A304ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A304ED; }
p { color: rgb(163,4,237); }
H1.HeaderClassName
{
color: #A304ED;
}
.AnyTagClassName
{
color: #A304ED;
}
</style>
background-color css
<style>
a { background-color: #A304ED; }
a { background-color: rgb(163,4,237); }
div.DivClassName
{
background-color: #A304ED;
}
.BgClassName
{
background-color: #A304ED;
}
</style>
border-color css
<style>
span { border-color: #A304ED; }
span { border-color: rgb(163,4,237); }
td.TdClassName
{
border-color: #A304ED;
}
.TagClassName
{
border-color: #A304ED;
}
</style>