Html Css Color HEX #AC04D1 Dark Violet

📋 copy color: '#AC04D1'

red 172 ◦ green 4 ◦ blue 209

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

Shades of Dark Violet #AC04D1

Tints of Dark Violet #AC04D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 209 (82.03% from 255) = 54.29%

R = 44.68%
G = 1.04%
B = 54.29%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC04D1 (or 0xAC04D1) is known color: Dark Violet. HEX triplet: AC, 04 and D1. RGB value is (172,4,209). Sum of RGB (Red+Green+Blue) = 172+4+209=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC04D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04D1 is #53FB2E. Grayscale: #4C4C4C. Windows color (decimal): -5503791 or 13698220. OLE color: 13698220.

HSL color Cylindrical-coordinate representation of color #AC04D1: hue angle of 289.17º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04D1 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 4 209 -
CMYK 0.18 0.98 0 0.18
HSL 289.17º 0.96% 0.42% -
HSV(B) 289.17º 0.98% 0.82% -
XYZ 28.57 13.46 61.41 -
YUV 77.6 202.16 195.33 -
System Red Green Blue C M Y K H S L
Decimal 172 4 209 0.18 0.98 0 0.18 289.17 0.96 0.42
Hex AC 4 D1 12 62 0 12 121 60 2A
Octal 254 4 321 22 142 0 22 441 140 52
Binary 10101100 100 11010001 10010 1100010 0 10010 100100001 1100000 101010

Color Harmonies of #AC04D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04D1

Black with #AC04D1

Text Example


Text Example

White with #AC04D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04D1; }

 p { color: rgb(172,4,209); }

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

background-color css

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

 a { background-color: rgb(172,4,209); }

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

border-color css

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

 span { border-color: rgb(172,4,209); }

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