Html Css Color HEX #AC0ED1 Dark Violet

📋 copy color: '#AC0ED1'

red 172 ◦ green 14 ◦ blue 209

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

Shades of Dark Violet #AC0ED1

Tints of Dark Violet #AC0ED1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.54%

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

R = 43.54%
G = 3.54%
B = 52.91%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC0ED1 (or 0xAC0ED1) is known color: Dark Violet. HEX triplet: AC, 0E and D1. RGB value is (172,14,209). Sum of RGB (Red+Green+Blue) = 172+14+209=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC0ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ED1 is #53F12E. Grayscale: #525252. Windows color (decimal): -5501231 or 13700780. OLE color: 13700780.

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

Color convert

RGB 172 14 209 -
CMYK 0.18 0.93 0 0.18
HSL 288.62º 0.87% 0.44% -
HSV(B) 288.62º 0.93% 0.82% -
XYZ 28.68 13.69 61.45 -
YUV 83.47 198.85 191.14 -
System Red Green Blue C M Y K H S L
Decimal 172 14 209 0.18 0.93 0 0.18 288.62 0.87 0.44
Hex AC E D1 12 5D 0 12 121 57 2C
Octal 254 16 321 22 135 0 22 441 127 54
Binary 10101100 1110 11010001 10010 1011101 0 10010 100100001 1010111 101100

Color Harmonies of #AC0ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0ED1

Black with #AC0ED1

Text Example


Text Example

White with #AC0ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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