Html Css Color HEX #AC12DF Dark Violet

📋 copy color: '#AC12DF'

red 172 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #AC12DF

Tints of Dark Violet #AC12DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.36%

 BLUE value IS 223 (87.5% from 255) = 54%

R = 41.65%
G = 4.36%
B = 54%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC12DF (or 0xAC12DF) is known color: Dark Violet. HEX triplet: AC, 12 and DF. RGB value is (172,18,223). Sum of RGB (Red+Green+Blue) = 172+18+223=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12DF is #53ED20. Grayscale: #565656. Windows color (decimal): -5500193 or 14619308. OLE color: 14619308.

HSL color Cylindrical-coordinate representation of color #AC12DF: hue angle of 285.07º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC12DF is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 18 223 -
CMYK 0.23 0.92 0 0.13
HSL 285.07º 0.85% 0.47% -
HSV(B) 285.07º 0.92% 0.87% -
XYZ 30.55 14.53 71.01 -
YUV 87.42 204.52 188.33 -
System Red Green Blue C M Y K H S L
Decimal 172 18 223 0.23 0.92 0 0.13 285.07 0.85 0.47
Hex AC 12 DF 17 5C 0 D 11D 55 2F
Octal 254 22 337 27 134 0 15 435 125 57
Binary 10101100 10010 11011111 10111 1011100 0 1101 100011101 1010101 101111

Color Harmonies of #AC12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12DF

Black with #AC12DF

Text Example


Text Example

White with #AC12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12DF; }

 p { color: rgb(172,18,223); }

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

background-color css

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

 a { background-color: rgb(172,18,223); }

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

border-color css

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

 span { border-color: rgb(172,18,223); }

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