#AC03E2

Color #AC03E2 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AC03E2

Tints of Dark Violet #AC03E2

Color information

#AC03E2 (or 0xAC03E2) is unknown color: approx Dark Violet. HEX triplet: AC, 03 and E2. RGB value is (172,3,226). Sum of RGB (Red+Green+Blue) = 172+3+226=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC03E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03E2 is #53FC1D. Grayscale: #4E4E4E. Windows color (decimal): -5504030 or 14812076. OLE color: 14812076.

HSL color Cylindrical-coordinate representation of color #AC03E2: hue angle of 285.47º 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 #AC03E2 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1723226-
CMYK0.240.9900.11
HSL285.47º97.38%44.9%-
HSV(B)285.47º98.67%88.63%-
XYZ30.7714.3373.09-
YUV78.95210.99194.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 3 (1.56% from 255) = 0.75%
BLUE value IS 226 (88.67% from 255) = 56.36%
R=42.89%
G=0.75%
B=56.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17232260.240.9900.11285.4797.3844.9
HexAC3E218630B11d612d
Octal25433423014301343514155
Binary101011001111100010110001100011010111000111011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC03E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC03E2; }

 p { color: rgb(172,3,226); }

 H1.HeaderClassName
 {
   color: #AC03E2;
 }
 .AnyTagClassName
 {
   color: #AC03E2;
 }
</style>
background-color css

<style>
 a { background-color: #AC03E2; }

 a { background-color: rgb(172,3,226); }

 div.DivClassName
 {
   background-color: #AC03E2;
 }
 .BgClassName
 {
   background-color: #AC03E2;
 }
</style>
border-color css

<style>
 span { border-color: #AC03E2; }

 span { border-color: rgb(172,3,226); }

 td.TdClassName
 {
   border-color: #AC03E2;
 }
 .TagClassName
 {
   border-color: #AC03E2;
 }
</style>