Html Css Color HEX #AC04D3 Dark Violet

📋 copy color: '#AC04D3'

red 172 ◦ green 4 ◦ blue 211

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

Shades of Dark Violet #AC04D3

Tints of Dark Violet #AC04D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.52%

R = 44.44%
G = 1.03%
B = 54.52%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC04D3 (or 0xAC04D3) is known color: Dark Violet. HEX triplet: AC, 04 and D3. RGB value is (172,4,211). Sum of RGB (Red+Green+Blue) = 172+4+211=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC04D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04D3 is #53FB2C. Grayscale: #4D4D4D. Windows color (decimal): -5503789 or 13829292. OLE color: 13829292.

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

Color convert

RGB 172 4 211 -
CMYK 0.18 0.98 0 0.17
HSL 288.7º 0.96% 0.42% -
HSV(B) 288.7º 0.98% 0.83% -
XYZ 28.81 13.56 62.73 -
YUV 77.83 203.16 195.17 -
System Red Green Blue C M Y K H S L
Decimal 172 4 211 0.18 0.98 0 0.17 288.7 0.96 0.42
Hex AC 4 D3 12 62 0 11 121 60 2A
Octal 254 4 323 22 142 0 21 441 140 52
Binary 10101100 100 11010011 10010 1100010 0 10001 100100001 1100000 101010

Color Harmonies of #AC04D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04D3

Black with #AC04D3

Text Example


Text Example

White with #AC04D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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