Html Css Color HEX #AC11C9 Dark Violet

📋 copy color: '#AC11C9'

red 172 ◦ green 17 ◦ blue 201

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

Shades of Dark Violet #AC11C9

Tints of Dark Violet #AC11C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.54%

R = 44.1%
G = 4.36%
B = 51.54%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC11C9 (or 0xAC11C9) is known color: Dark Violet. HEX triplet: AC, 11 and C9. RGB value is (172,17,201). Sum of RGB (Red+Green+Blue) = 172+17+201=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC11C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11C9 is #53EE36. Grayscale: #535353. Windows color (decimal): -5500471 or 13177260. OLE color: 13177260.

HSL color Cylindrical-coordinate representation of color #AC11C9: hue angle of 290.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11C9 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 17 201 -
CMYK 0.14 0.92 0 0.21
HSL 290.54º 0.84% 0.43% -
HSV(B) 290.54º 0.92% 0.79% -
XYZ 27.76 13.39 56.38 -
YUV 84.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 172 17 201 0.14 0.92 0 0.21 290.54 0.84 0.43
Hex AC 11 C9 E 5C 0 15 123 54 2B
Octal 254 21 311 16 134 0 25 443 124 53
Binary 10101100 10001 11001001 1110 1011100 0 10101 100100011 1010100 101011

Color Harmonies of #AC11C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11C9

Black with #AC11C9

Text Example


Text Example

White with #AC11C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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