Html Css Color HEX #AC11C4 Dark Violet

📋 copy color: '#AC11C4'

red 172 ◦ green 17 ◦ blue 196

#AC11C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AC11C4

Tints of Dark Violet #AC11C4

RGB

 RED value IS 172 (67.58% from 255) = 44.68%

 GREEN value IS 17 (7.03% from 255) = 4.42%

 BLUE value IS 196 (76.95% from 255) = 50.91%

R = 44.68%
G = 4.42%
B = 50.91%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC11C4 (or 0xAC11C4) is known color: Dark Violet. HEX triplet: AC, 11 and C4. RGB value is (172,17,196). Sum of RGB (Red+Green+Blue) = 172+17+196=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC11C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11C4 is #53EE3B. Grayscale: #535353. Windows color (decimal): -5500476 or 12849580. OLE color: 12849580.

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

Color convert

RGB 172 17 196 -
CMYK 0.12 0.91 0 0.23
HSL 291.96º 0.84% 0.42% -
HSV(B) 291.96º 0.91% 0.77% -
XYZ 27.18 13.16 53.33 -
YUV 83.75 191.35 190.95 -
System Red Green Blue C M Y K H S L
Decimal 172 17 196 0.12 0.91 0 0.23 291.96 0.84 0.42
Hex AC 11 C4 C 5B 0 17 124 54 2A
Octal 254 21 304 14 133 0 27 444 124 52
Binary 10101100 10001 11000100 1100 1011011 0 10111 100100100 1010100 101010

Color Harmonies of #AC11C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11C4

Black with #AC11C4

Text Example


Text Example

White with #AC11C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11C4; }

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

 H1.HeaderClassName
 {
   color: #AC11C4;
 }
 .AnyTagClassName
 {
   color: #AC11C4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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