Html Css Color HEX #AC00DC Dark Violet

📋 copy color: '#AC00DC'

red 172 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #AC00DC

Tints of Dark Violet #AC00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.88%
G = 0%
B = 56.12%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC00DC (or 0xAC00DC) is known color: Dark Violet. HEX triplet: AC, 00 and DC. RGB value is (172,0,220). Sum of RGB (Red+Green+Blue) = 172+0+220=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00DC is #53FF23. Grayscale: #4B4B4B. Windows color (decimal): -5504804 or 14418092. OLE color: 14418092.

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

Color convert

RGB 172 0 220 -
CMYK 0.22 1 0 0.14
HSL 286.91º 1% 0.43% -
HSV(B) 286.91º 1% 0.86% -
XYZ 29.93 13.94 68.82 -
YUV 76.51 208.98 196.11 -
System Red Green Blue C M Y K H S L
Decimal 172 0 220 0.22 1 0 0.14 286.91 1 0.43
Hex AC 0 DC 16 64 0 E 11F 64 2B
Octal 254 0 334 26 144 0 16 437 144 53
Binary 10101100 0 11011100 10110 1100100 0 1110 100011111 1100100 101011

Color Harmonies of #AC00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00DC

Black with #AC00DC

Text Example


Text Example

White with #AC00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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