Html Css Color HEX #AC14CD Dark Violet

📋 copy color: '#AC14CD'

red 172 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #AC14CD

Tints of Dark Violet #AC14CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 43.32%
G = 5.04%
B = 51.64%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC14CD (or 0xAC14CD) is known color: Dark Violet. HEX triplet: AC, 14 and CD. RGB value is (172,20,205). Sum of RGB (Red+Green+Blue) = 172+20+205=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC14CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14CD is #53EB32. Grayscale: #555555. Windows color (decimal): -5499699 or 13440172. OLE color: 13440172.

HSL color Cylindrical-coordinate representation of color #AC14CD: hue angle of 289.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14CD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 20 205 -
CMYK 0.16 0.90 0 0.20
HSL 289.3º 0.82% 0.44% -
HSV(B) 289.3º 0.9% 0.8% -
XYZ 28.28 13.68 58.91 -
YUV 86.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 172 20 205 0.16 0.90 0 0.20 289.3 0.82 0.44
Hex AC 14 CD 10 5A 0 14 121 52 2C
Octal 254 24 315 20 132 0 24 441 122 54
Binary 10101100 10100 11001101 10000 1011010 0 10100 100100001 1010010 101100

Color Harmonies of #AC14CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14CD

Black with #AC14CD

Text Example


Text Example

White with #AC14CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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