Html Css Color HEX #AC0CC1 Dark Violet

📋 copy color: '#AC0CC1'

red 172 ◦ green 12 ◦ blue 193

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

Shades of Dark Violet #AC0CC1

Tints of Dark Violet #AC0CC1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

 BLUE value IS 193 (75.78% from 255) = 51.19%

R = 45.62%
G = 3.18%
B = 51.19%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC0CC1 (or 0xAC0CC1) is known color: Dark Violet. HEX triplet: AC, 0C and C1. RGB value is (172,12,193). Sum of RGB (Red+Green+Blue) = 172+12+193=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC0CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CC1 is #53F33E. Grayscale: #4F4F4F. Windows color (decimal): -5501759 or 12651692. OLE color: 12651692.

HSL color Cylindrical-coordinate representation of color #AC0CC1: hue angle of 293.04º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CC1 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 12 193 -
CMYK 0.11 0.94 0 0.24
HSL 293.04º 0.88% 0.4% -
HSV(B) 293.04º 0.94% 0.76% -
XYZ 26.77 12.88 51.53 -
YUV 80.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 172 12 193 0.11 0.94 0 0.24 293.04 0.88 0.4
Hex AC C C1 B 5E 0 18 125 58 28
Octal 254 14 301 13 136 0 30 445 130 50
Binary 10101100 1100 11000001 1011 1011110 0 11000 100100101 1011000 101000

Color Harmonies of #AC0CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CC1

Black with #AC0CC1

Text Example


Text Example

White with #AC0CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CC1; }

 p { color: rgb(172,12,193); }

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

background-color css

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

 a { background-color: rgb(172,12,193); }

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

border-color css

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

 span { border-color: rgb(172,12,193); }

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