Html Css Color HEX #AC14DF Dark Violet

📋 copy color: '#AC14DF'

red 172 ◦ green 20 ◦ blue 223

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

Shades of Dark Violet #AC14DF

Tints of Dark Violet #AC14DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.82%

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

R = 41.45%
G = 4.82%
B = 53.73%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC14DF (or 0xAC14DF) is known color: Dark Violet. HEX triplet: AC, 14 and DF. RGB value is (172,20,223). Sum of RGB (Red+Green+Blue) = 172+20+223=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14DF is #53EB20. Grayscale: #575757. Windows color (decimal): -5499681 or 14619820. OLE color: 14619820.

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

Color convert

RGB 172 20 223 -
CMYK 0.23 0.91 0 0.13
HSL 284.93º 0.84% 0.48% -
HSV(B) 284.93º 0.91% 0.87% -
XYZ 30.58 14.6 71.02 -
YUV 88.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 172 20 223 0.23 0.91 0 0.13 284.93 0.84 0.48
Hex AC 14 DF 17 5B 0 D 11D 54 30
Octal 254 24 337 27 133 0 15 435 124 60
Binary 10101100 10100 11011111 10111 1011011 0 1101 100011101 1010100 110000

Color Harmonies of #AC14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14DF

Black with #AC14DF

Text Example


Text Example

White with #AC14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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