Html Css Color HEX #AC07DC Dark Violet

📋 copy color: '#AC07DC'

red 172 ◦ green 7 ◦ blue 220

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

Shades of Dark Violet #AC07DC

Tints of Dark Violet #AC07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

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

R = 43.11%
G = 1.75%
B = 55.14%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC07DC (or 0xAC07DC) is known color: Dark Violet. HEX triplet: AC, 07 and DC. RGB value is (172,7,220). Sum of RGB (Red+Green+Blue) = 172+7+220=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC07DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07DC is #53F823. Grayscale: #4F4F4F. Windows color (decimal): -5503012 or 14419884. OLE color: 14419884.

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

Color convert

RGB 172 7 220 -
CMYK 0.22 0.97 0 0.14
HSL 286.48º 0.94% 0.45% -
HSV(B) 286.48º 0.97% 0.86% -
XYZ 30.01 14.09 68.85 -
YUV 80.62 206.66 193.18 -
System Red Green Blue C M Y K H S L
Decimal 172 7 220 0.22 0.97 0 0.14 286.48 0.94 0.45
Hex AC 7 DC 16 61 0 E 11E 5E 2D
Octal 254 7 334 26 141 0 16 436 136 55
Binary 10101100 111 11011100 10110 1100001 0 1110 100011110 1011110 101101

Color Harmonies of #AC07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07DC

Black with #AC07DC

Text Example


Text Example

White with #AC07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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