Html Css Color HEX #AC14C6 Dark Violet

📋 copy color: '#AC14C6'

red 172 ◦ green 20 ◦ blue 198

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

Shades of Dark Violet #AC14C6

Tints of Dark Violet #AC14C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.77%

R = 44.1%
G = 5.13%
B = 50.77%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC14C6 (or 0xAC14C6) is known color: Dark Violet. HEX triplet: AC, 14 and C6. RGB value is (172,20,198). Sum of RGB (Red+Green+Blue) = 172+20+198=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC14C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14C6 is #53EB39. Grayscale: #555555. Windows color (decimal): -5499706 or 12981420. OLE color: 12981420.

HSL color Cylindrical-coordinate representation of color #AC14C6: hue angle of 291.24º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14C6 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 20 198 -
CMYK 0.13 0.90 0 0.22
HSL 291.24º 0.82% 0.43% -
HSV(B) 291.24º 0.9% 0.78% -
XYZ 27.46 13.35 54.56 -
YUV 85.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 172 20 198 0.13 0.90 0 0.22 291.24 0.82 0.43
Hex AC 14 C6 D 5A 0 16 123 52 2B
Octal 254 24 306 15 132 0 26 443 122 53
Binary 10101100 10100 11000110 1101 1011010 0 10110 100100011 1010010 101011

Color Harmonies of #AC14C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14C6

Black with #AC14C6

Text Example


Text Example

White with #AC14C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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