Html Css Color HEX #AC01E4 Dark Violet

📋 copy color: '#AC01E4'

red 172 ◦ green 1 ◦ blue 228

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

Shades of Dark Violet #AC01E4

Tints of Dark Violet #AC01E4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 228 (89.45% from 255) = 56.86%

R = 42.89%
G = 0.25%
B = 56.86%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC01E4 (or 0xAC01E4) is known color: Dark Violet. HEX triplet: AC, 01 and E4. RGB value is (172,1,228). Sum of RGB (Red+Green+Blue) = 172+1+228=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC01E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01E4 is #53FE1B. Grayscale: #4D4D4D. Windows color (decimal): -5504540 or 14942636. OLE color: 14942636.

HSL color Cylindrical-coordinate representation of color #AC01E4: hue angle of 285.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01E4 is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 1 228 -
CMYK 0.25 1.00 0 0.11
HSL 285.2º 0.99% 0.45% -
HSV(B) 285.2º 1% 0.89% -
XYZ 31.03 14.39 74.54 -
YUV 78.01 212.65 195.04 -
System Red Green Blue C M Y K H S L
Decimal 172 1 228 0.25 1.00 0 0.11 285.2 0.99 0.45
Hex AC 1 E4 19 64 0 B 11D 63 2D
Octal 254 1 344 31 144 0 13 435 143 55
Binary 10101100 1 11100100 11001 1100100 0 1011 100011101 1100011 101101

Color Harmonies of #AC01E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01E4

Black with #AC01E4

Text Example


Text Example

White with #AC01E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01E4; }

 p { color: rgb(172,1,228); }

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

background-color css

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

 a { background-color: rgb(172,1,228); }

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

border-color css

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

 span { border-color: rgb(172,1,228); }

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