Html Css Color HEX #AC11CA Dark Violet

📋 copy color: '#AC11CA'

red 172 ◦ green 17 ◦ blue 202

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

Shades of Dark Violet #AC11CA

Tints of Dark Violet #AC11CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

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

R = 43.99%
G = 4.35%
B = 51.66%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC11CA (or 0xAC11CA) is known color: Dark Violet. HEX triplet: AC, 11 and CA. RGB value is (172,17,202). Sum of RGB (Red+Green+Blue) = 172+17+202=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC11CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11CA is #53EE35. Grayscale: #535353. Windows color (decimal): -5500470 or 13242796. OLE color: 13242796.

HSL color Cylindrical-coordinate representation of color #AC11CA: hue angle of 290.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11CA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 17 202 -
CMYK 0.15 0.92 0 0.21
HSL 290.27º 0.84% 0.43% -
HSV(B) 290.27º 0.92% 0.79% -
XYZ 27.87 13.44 57 -
YUV 84.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 172 17 202 0.15 0.92 0 0.21 290.27 0.84 0.43
Hex AC 11 CA F 5C 0 15 122 54 2B
Octal 254 21 312 17 134 0 25 442 124 53
Binary 10101100 10001 11001010 1111 1011100 0 10101 100100010 1010100 101011

Color Harmonies of #AC11CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11CA

Black with #AC11CA

Text Example


Text Example

White with #AC11CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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