Html Css Color HEX #AC14DC Dark Violet

📋 copy color: '#AC14DC'

red 172 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #AC14DC

Tints of Dark Violet #AC14DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.85%

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

R = 41.75%
G = 4.85%
B = 53.4%

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

#AC14DC (or 0xAC14DC) is known color: Dark Violet. HEX triplet: AC, 14 and DC. RGB value is (172,20,220). Sum of RGB (Red+Green+Blue) = 172+20+220=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC14DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14DC is #53EB23. Grayscale: #575757. Windows color (decimal): -5499684 or 14423212. OLE color: 14423212.

HSL color Cylindrical-coordinate representation of color #AC14DC: hue angle of 285.6º degrees, saturation: 0.83, 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 #AC14DC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 20 220 -
CMYK 0.22 0.91 0 0.14
HSL 285.6º 0.83% 0.47% -
HSV(B) 285.6º 0.91% 0.86% -
XYZ 30.18 14.44 68.91 -
YUV 88.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 172 20 220 0.22 0.91 0 0.14 285.6 0.83 0.47
Hex AC 14 DC 16 5B 0 E 11E 53 2F
Octal 254 24 334 26 133 0 16 436 123 57
Binary 10101100 10100 11011100 10110 1011011 0 1110 100011110 1010011 101111

Color Harmonies of #AC14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14DC

Black with #AC14DC

Text Example


Text Example

White with #AC14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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