Html Css Color HEX #AC0C82 Medium Violet Red

📋 copy color: '#AC0C82'

red 172 ◦ green 12 ◦ blue 130

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

Shades of Medium Violet Red #AC0C82

Tints of Medium Violet Red #AC0C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 54.78%
G = 3.82%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC0C82 (or 0xAC0C82) is known color: Medium Violet Red. HEX triplet: AC, 0C and 82. RGB value is (172,12,130). Sum of RGB (Red+Green+Blue) = 172+12+130=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C82 is #53F37D. Grayscale: #484848. Windows color (decimal): -5501822 or 8522924. OLE color: 8522924.

HSL color Cylindrical-coordinate representation of color #AC0C82: hue angle of 315.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C82 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 130 -
CMYK 0 0.93 0.24 0.33
HSL 315.75º 0.87% 0.36% -
HSV(B) 315.75º 0.93% 0.67% -
XYZ 21.17 10.65 22.06 -
YUV 73.29 160.01 198.41 -
System Red Green Blue C M Y K H S L
Decimal 172 12 130 0 0.93 0.24 0.33 315.75 0.87 0.36
Hex AC C 82 0 5D 18 21 13C 57 24
Octal 254 14 202 0 135 30 41 474 127 44
Binary 10101100 1100 10000010 0 1011101 11000 100001 100111100 1010111 100100

Color Harmonies of #AC0C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C82

Black with #AC0C82

Text Example


Text Example

White with #AC0C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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