Html Css Color HEX #AC13DC Dark Violet

📋 copy color: '#AC13DC'

red 172 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #AC13DC

Tints of Dark Violet #AC13DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.62%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 41.85%
G = 4.62%
B = 53.53%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC13DC (or 0xAC13DC) is known color: Dark Violet. HEX triplet: AC, 13 and DC. RGB value is (172,19,220). Sum of RGB (Red+Green+Blue) = 172+19+220=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC13DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13DC is #53EC23. Grayscale: #575757. Windows color (decimal): -5499940 or 14422956. OLE color: 14422956.

HSL color Cylindrical-coordinate representation of color #AC13DC: hue angle of 285.67º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC13DC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 19 220 -
CMYK 0.22 0.91 0 0.14
HSL 285.67º 0.84% 0.47% -
HSV(B) 285.67º 0.91% 0.86% -
XYZ 30.16 14.4 68.9 -
YUV 87.66 202.69 188.16 -
System Red Green Blue C M Y K H S L
Decimal 172 19 220 0.22 0.91 0 0.14 285.67 0.84 0.47
Hex AC 13 DC 16 5B 0 E 11E 54 2F
Octal 254 23 334 26 133 0 16 436 124 57
Binary 10101100 10011 11011100 10110 1011011 0 1110 100011110 1010100 101111

Color Harmonies of #AC13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13DC

Black with #AC13DC

Text Example


Text Example

White with #AC13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13DC; }

 p { color: rgb(172,19,220); }

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

background-color css

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

 a { background-color: rgb(172,19,220); }

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

border-color css

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

 span { border-color: rgb(172,19,220); }

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