Html Css Color HEX #AC1882 Medium Violet Red

📋 copy color: '#AC1882'

red 172 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #AC1882

Tints of Medium Violet Red #AC1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.36%

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

R = 52.76%
G = 7.36%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC1882 (or 0xAC1882) is known color: Medium Violet Red. HEX triplet: AC, 18 and 82. RGB value is (172,24,130). Sum of RGB (Red+Green+Blue) = 172+24+130=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1882 is #53E77D. Grayscale: #505050. Windows color (decimal): -5498750 or 8525996. OLE color: 8525996.

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

Color convert

RGB 172 24 130 -
CMYK 0 0.86 0.24 0.33
HSL 317.03º 0.76% 0.38% -
HSV(B) 317.03º 0.86% 0.67% -
XYZ 21.37 11.04 22.12 -
YUV 80.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 172 24 130 0 0.86 0.24 0.33 317.03 0.76 0.38
Hex AC 18 82 0 56 18 21 13D 4C 26
Octal 254 30 202 0 126 30 41 475 114 46
Binary 10101100 11000 10000010 0 1010110 11000 100001 100111101 1001100 100110

Color Harmonies of #AC1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1882

Black with #AC1882

Text Example


Text Example

White with #AC1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1882; }

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

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

background-color css

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

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

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

border-color css

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

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

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