Html Css Color HEX #AC14CC Dark Violet

📋 copy color: '#AC14CC'

red 172 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #AC14CC

Tints of Dark Violet #AC14CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 43.43%
G = 5.05%
B = 51.52%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC14CC (or 0xAC14CC) is known color: Dark Violet. HEX triplet: AC, 14 and CC. RGB value is (172,20,204). Sum of RGB (Red+Green+Blue) = 172+20+204=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14CC is #53EB33. Grayscale: #555555. Windows color (decimal): -5499700 or 13374636. OLE color: 13374636.

HSL color Cylindrical-coordinate representation of color #AC14CC: hue angle of 289.57º 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 #AC14CC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 20 204 -
CMYK 0.16 0.90 0 0.2
HSL 289.57º 0.82% 0.44% -
HSV(B) 289.57º 0.9% 0.8% -
XYZ 28.16 13.63 58.27 -
YUV 86.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 172 20 204 0.16 0.90 0 0.2 289.57 0.82 0.44
Hex AC 14 CC 10 5A 0 14 122 52 2C
Octal 254 24 314 20 132 0 24 442 122 54
Binary 10101100 10100 11001100 10000 1011010 0 10100 100100010 1010010 101100

Color Harmonies of #AC14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14CC

Black with #AC14CC

Text Example


Text Example

White with #AC14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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