Shades of Dark Violet #A304CC
Tints of Dark Violet #A304CC
RGB
CMYK
RGB Variations
Color information
#A304CC (or 0xA304CC) is known color: Dark Violet. HEX triplet: A3, 04 and CC. RGB value is (163,4,204). Sum of RGB (Red+Green+Blue) = 163+4+204=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A304CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304CC is #5CFB33. Grayscale: #494949. Windows color (decimal): -6093620 or 13370531. OLE color: 13370531.
HSL color Cylindrical-coordinate representation of color #A304CC: hue angle of 287.7º 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 #A304CC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 4 | 204 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.2 |
| HSL | 287.7º | 0.96% | 0.41% | - |
| HSV(B) | 287.7º | 0.98% | 0.8% | - |
| XYZ | 26.05 | 12.23 | 58.12 | - |
| YUV | 74.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 204 | 0.20 | 0.98 | 0 | 0.2 | 287.7 | 0.96 | 0.41 |
| Hex | A3 | 4 | CC | 14 | 62 | 0 | 14 | 120 | 60 | 29 |
| Octal | 243 | 4 | 314 | 24 | 142 | 0 | 24 | 440 | 140 | 51 |
| Binary | 10100011 | 100 | 11001100 | 10100 | 1100010 | 0 | 10100 | 100100000 | 1100000 | 101001 |
Color Harmonies of #A304CC
Complementary color
Monochromatic Colors of #A304CC
Black with #A304CC
Text Example
Text Example
White with #A304CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A304CC; }
p { color: rgb(163,4,204); }
H1.HeaderClassName
{
color: #A304CC;
}
.AnyTagClassName
{
color: #A304CC;
}
</style>
background-color css
<style>
a { background-color: #A304CC; }
a { background-color: rgb(163,4,204); }
div.DivClassName
{
background-color: #A304CC;
}
.BgClassName
{
background-color: #A304CC;
}
</style>
border-color css
<style>
span { border-color: #A304CC; }
span { border-color: rgb(163,4,204); }
td.TdClassName
{
border-color: #A304CC;
}
.TagClassName
{
border-color: #A304CC;
}
</style>