Shades of Dark Violet #AC03E4
Tints of Dark Violet #AC03E4
RGB
CMYK
RGB Variations
Color information
#AC03E4 (or 0xAC03E4) is known color: Dark Violet. HEX triplet: AC, 03 and E4. RGB value is (172,3,228). Sum of RGB (Red+Green+Blue) = 172+3+228=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC03E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03E4 is #53FC1B. Grayscale: #4E4E4E. Windows color (decimal): -5504028 or 14943148. OLE color: 14943148.
HSL color Cylindrical-coordinate representation of color #AC03E4: hue angle of 285.07º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03E4 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 172 | 3 | 228 | - |
CMYK | 0.25 | 0.99 | 0 | 0.11 |
HSL | 285.07º | 0.97% | 0.45% | - |
HSV(B) | 285.07º | 0.99% | 0.89% | - |
XYZ | 31.05 | 14.44 | 74.55 | - |
YUV | 79.18 | 211.99 | 194.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 3 | 228 | 0.25 | 0.99 | 0 | 0.11 | 285.07 | 0.97 | 0.45 |
Hex | AC | 3 | E4 | 19 | 63 | 0 | B | 11D | 61 | 2D |
Octal | 254 | 3 | 344 | 31 | 143 | 0 | 13 | 435 | 141 | 55 |
Binary | 10101100 | 11 | 11100100 | 11001 | 1100011 | 0 | 1011 | 100011101 | 1100001 | 101101 |
Color Harmonies of #AC03E4
Complementary color
Monochromatic Colors of #AC03E4
Black with #AC03E4
Text Example
Text Example
White with #AC03E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03E4; }
p { color: rgb(172,3,228); }
H1.HeaderClassName
{
color: #AC03E4;
}
.AnyTagClassName
{
color: #AC03E4;
}
</style>
background-color css
<style>
a { background-color: #AC03E4; }
a { background-color: rgb(172,3,228); }
div.DivClassName
{
background-color: #AC03E4;
}
.BgClassName
{
background-color: #AC03E4;
}
</style>
border-color css
<style>
span { border-color: #AC03E4; }
span { border-color: rgb(172,3,228); }
td.TdClassName
{
border-color: #AC03E4;
}
.TagClassName
{
border-color: #AC03E4;
}
</style>