Html Css Color HEX #AC01DC Dark Violet

📋 copy color: '#AC01DC'

red 172 ◦ green 1 ◦ blue 220

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

Shades of Dark Violet #AC01DC

Tints of Dark Violet #AC01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 43.77%
G = 0.25%
B = 55.98%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC01DC (or 0xAC01DC) is known color: Dark Violet. HEX triplet: AC, 01 and DC. RGB value is (172,1,220). Sum of RGB (Red+Green+Blue) = 172+1+220=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC01DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01DC is #53FE23. Grayscale: #4C4C4C. Windows color (decimal): -5504548 or 14418348. OLE color: 14418348.

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

Color convert

RGB 172 1 220 -
CMYK 0.22 1.00 0 0.14
HSL 286.85º 0.99% 0.43% -
HSV(B) 286.85º 1% 0.86% -
XYZ 29.94 13.96 68.83 -
YUV 77.1 208.65 195.69 -
System Red Green Blue C M Y K H S L
Decimal 172 1 220 0.22 1.00 0 0.14 286.85 0.99 0.43
Hex AC 1 DC 16 64 0 E 11F 63 2B
Octal 254 1 334 26 144 0 16 437 143 53
Binary 10101100 1 11011100 10110 1100100 0 1110 100011111 1100011 101011

Color Harmonies of #AC01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01DC

Black with #AC01DC

Text Example


Text Example

White with #AC01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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