Html Css Color HEX #AC15DC Dark Violet

📋 copy color: '#AC15DC'

red 172 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #AC15DC

Tints of Dark Violet #AC15DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.08%

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

R = 41.65%
G = 5.08%
B = 53.27%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC15DC (or 0xAC15DC) is known color: Dark Violet. HEX triplet: AC, 15 and DC. RGB value is (172,21,220). Sum of RGB (Red+Green+Blue) = 172+21+220=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC15DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15DC is #53EA23. Grayscale: #585858. Windows color (decimal): -5499428 or 14423468. OLE color: 14423468.

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

Color convert

RGB 172 21 220 -
CMYK 0.22 0.90 0 0.14
HSL 285.53º 0.83% 0.47% -
HSV(B) 285.53º 0.9% 0.86% -
XYZ 30.2 14.47 68.91 -
YUV 88.84 202.03 187.32 -
System Red Green Blue C M Y K H S L
Decimal 172 21 220 0.22 0.90 0 0.14 285.53 0.83 0.47
Hex AC 15 DC 16 5A 0 E 11E 53 2F
Octal 254 25 334 26 132 0 16 436 123 57
Binary 10101100 10101 11011100 10110 1011010 0 1110 100011110 1010011 101111

Color Harmonies of #AC15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15DC

Black with #AC15DC

Text Example


Text Example

White with #AC15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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