Html Css Color HEX #AC14BF Dark Violet

📋 copy color: '#AC14BF'

red 172 ◦ green 20 ◦ blue 191

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

Shades of Dark Violet #AC14BF

Tints of Dark Violet #AC14BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 44.91%
G = 5.22%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC14BF (or 0xAC14BF) is known color: Dark Violet. HEX triplet: AC, 14 and BF. RGB value is (172,20,191). Sum of RGB (Red+Green+Blue) = 172+20+191=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC14BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BF is #53EB40. Grayscale: #545454. Windows color (decimal): -5499713 or 12522668. OLE color: 12522668.

HSL color Cylindrical-coordinate representation of color #AC14BF: hue angle of 293.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14BF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 20 191 -
CMYK 0.10 0.90 0 0.25
HSL 293.33º 0.81% 0.41% -
HSV(B) 293.33º 0.9% 0.75% -
XYZ 26.67 13.03 50.4 -
YUV 84.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 172 20 191 0.10 0.90 0 0.25 293.33 0.81 0.41
Hex AC 14 BF A 5A 0 19 125 51 29
Octal 254 24 277 12 132 0 31 445 121 51
Binary 10101100 10100 10111111 1010 1011010 0 11001 100100101 1010001 101001

Color Harmonies of #AC14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14BF

Black with #AC14BF

Text Example


Text Example

White with #AC14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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