Html Css Color HEX #AC14CF Dark Violet

📋 copy color: '#AC14CF'

red 172 ◦ green 20 ◦ blue 207

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

Shades of Dark Violet #AC14CF

Tints of Dark Violet #AC14CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 43.11%
G = 5.01%
B = 51.88%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC14CF (or 0xAC14CF) is known color: Dark Violet. HEX triplet: AC, 14 and CF. RGB value is (172,20,207). Sum of RGB (Red+Green+Blue) = 172+20+207=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC14CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14CF is #53EB30. Grayscale: #565656. Windows color (decimal): -5499697 or 13571244. OLE color: 13571244.

HSL color Cylindrical-coordinate representation of color #AC14CF: hue angle of 288.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14CF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 20 207 -
CMYK 0.17 0.90 0 0.19
HSL 288.77º 0.82% 0.45% -
HSV(B) 288.77º 0.9% 0.81% -
XYZ 28.53 13.78 60.19 -
YUV 86.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 172 20 207 0.17 0.90 0 0.19 288.77 0.82 0.45
Hex AC 14 CF 11 5A 0 13 121 52 2D
Octal 254 24 317 21 132 0 23 441 122 55
Binary 10101100 10100 11001111 10001 1011010 0 10011 100100001 1010010 101101

Color Harmonies of #AC14CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14CF

Black with #AC14CF

Text Example


Text Example

White with #AC14CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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