Html Css Color HEX #AC04E1 Dark Violet

📋 copy color: '#AC04E1'

red 172 ◦ green 4 ◦ blue 225

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

Shades of Dark Violet #AC04E1

Tints of Dark Violet #AC04E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.11%

R = 42.89%
G = 1%
B = 56.11%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC04E1 (or 0xAC04E1) is known color: Dark Violet. HEX triplet: AC, 04 and E1. RGB value is (172,4,225). Sum of RGB (Red+Green+Blue) = 172+4+225=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC04E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04E1 is #53FB1E. Grayscale: #4E4E4E. Windows color (decimal): -5503775 or 14746796. OLE color: 14746796.

HSL color Cylindrical-coordinate representation of color #AC04E1: hue angle of 285.61º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04E1 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 4 225 -
CMYK 0.24 0.98 0 0.12
HSL 285.61º 0.97% 0.45% -
HSV(B) 285.61º 0.98% 0.88% -
XYZ 30.65 14.29 72.38 -
YUV 79.43 210.16 194.03 -
System Red Green Blue C M Y K H S L
Decimal 172 4 225 0.24 0.98 0 0.12 285.61 0.97 0.45
Hex AC 4 E1 18 62 0 C 11E 61 2D
Octal 254 4 341 30 142 0 14 436 141 55
Binary 10101100 100 11100001 11000 1100010 0 1100 100011110 1100001 101101

Color Harmonies of #AC04E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04E1

Black with #AC04E1

Text Example


Text Example

White with #AC04E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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