Html Css Color HEX #AC11CC Dark Violet

📋 copy color: '#AC11CC'

red 172 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #AC11CC

Tints of Dark Violet #AC11CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 43.77%
G = 4.33%
B = 51.91%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC11CC (or 0xAC11CC) is known color: Dark Violet. HEX triplet: AC, 11 and CC. RGB value is (172,17,204). Sum of RGB (Red+Green+Blue) = 172+17+204=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11CC is #53EE33. Grayscale: #545454. Windows color (decimal): -5500468 or 13373868. OLE color: 13373868.

HSL color Cylindrical-coordinate representation of color #AC11CC: hue angle of 289.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11CC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 17 204 -
CMYK 0.16 0.92 0 0.2
HSL 289.73º 0.85% 0.43% -
HSV(B) 289.73º 0.92% 0.8% -
XYZ 28.11 13.53 58.26 -
YUV 84.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 172 17 204 0.16 0.92 0 0.2 289.73 0.85 0.43
Hex AC 11 CC 10 5C 0 14 122 55 2B
Octal 254 21 314 20 134 0 24 442 125 53
Binary 10101100 10001 11001100 10000 1011100 0 10100 100100010 1010101 101011

Color Harmonies of #AC11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11CC

Black with #AC11CC

Text Example


Text Example

White with #AC11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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