Html Css Color HEX #AC14CA Dark Violet

📋 copy color: '#AC14CA'

red 172 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #AC14CA

Tints of Dark Violet #AC14CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 43.65%
G = 5.08%
B = 51.27%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC14CA (or 0xAC14CA) is known color: Dark Violet. HEX triplet: AC, 14 and CA. RGB value is (172,20,202). Sum of RGB (Red+Green+Blue) = 172+20+202=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC14CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14CA is #53EB35. Grayscale: #555555. Windows color (decimal): -5499702 or 13243564. OLE color: 13243564.

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

Color convert

RGB 172 20 202 -
CMYK 0.15 0.90 0 0.21
HSL 290.11º 0.82% 0.44% -
HSV(B) 290.11º 0.9% 0.79% -
XYZ 27.92 13.54 57.02 -
YUV 86.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 172 20 202 0.15 0.90 0 0.21 290.11 0.82 0.44
Hex AC 14 CA F 5A 0 15 122 52 2C
Octal 254 24 312 17 132 0 25 442 122 54
Binary 10101100 10100 11001010 1111 1011010 0 10101 100100010 1010010 101100

Color Harmonies of #AC14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14CA

Black with #AC14CA

Text Example


Text Example

White with #AC14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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