Html Css Color HEX #AC14BE Dark Violet

📋 copy color: '#AC14BE'

red 172 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #AC14BE

Tints of Dark Violet #AC14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 45.03%
G = 5.24%
B = 49.74%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC14BE (or 0xAC14BE) is known color: Dark Violet. HEX triplet: AC, 14 and BE. RGB value is (172,20,190). Sum of RGB (Red+Green+Blue) = 172+20+190=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BE is #53EB41. Grayscale: #545454. Windows color (decimal): -5499714 or 12457132. OLE color: 12457132.

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

Color convert

RGB 172 20 190 -
CMYK 0.09 0.89 0 0.25
HSL 293.65º 0.81% 0.41% -
HSV(B) 293.65º 0.89% 0.75% -
XYZ 26.56 12.99 49.82 -
YUV 84.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 172 20 190 0.09 0.89 0 0.25 293.65 0.81 0.41
Hex AC 14 BE 9 59 0 19 126 51 29
Octal 254 24 276 11 131 0 31 446 121 51
Binary 10101100 10100 10111110 1001 1011001 0 11001 100100110 1010001 101001

Color Harmonies of #AC14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14BE

Black with #AC14BE

Text Example


Text Example

White with #AC14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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