#AC07C4

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

Shades of Dark Violet #AC07C4

Tints of Dark Violet #AC07C4

Color information

#AC07C4 (or 0xAC07C4) is unknown color: approx Dark Violet. HEX triplet: AC, 07 and C4. RGB value is (172,7,196). Sum of RGB (Red+Green+Blue) = 172+7+196=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC07C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07C4 is #53F83B. Grayscale: #4D4D4D. Windows color (decimal): -5503036 or 12847020. OLE color: 12847020.

HSL color Cylindrical-coordinate representation of color #AC07C4: hue angle of 292.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC07C4 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1727196-
CMYK0.120.9600.23
HSL292.38º93.1%39.8%-
HSV(B)292.38º96.43%76.86%-
XYZ27.0512.9153.29-
YUV77.88194.66195.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=45.87%
G=1.87%
B=52.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17271960.120.9600.23292.3893.139.8
HexAC7C4C600171245d28
Octal25473041414002744413550
Binary1010110011111000100110011000000101111001001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC07C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC07C4; }

 p { color: rgb(172,7,196); }

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

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

 a { background-color: rgb(172,7,196); }

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

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

 span { border-color: rgb(172,7,196); }

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