Html Css Color HEX #AC2B74 Medium Red Violet

📋 copy color: '#AC2B74'

red 172 ◦ green 43 ◦ blue 116

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

Shades of Medium Red Violet #AC2B74

Tints of Medium Red Violet #AC2B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.99%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 51.96%
G = 12.99%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC2B74 (or 0xAC2B74) is known color: Medium Red Violet. HEX triplet: AC, 2B and 74. RGB value is (172,43,116). Sum of RGB (Red+Green+Blue) = 172+43+116=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B74 is #53D48B. Grayscale: #595959. Windows color (decimal): -5493900 or 7613356. OLE color: 7613356.

HSL color Cylindrical-coordinate representation of color #AC2B74: hue angle of 326.05º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B74 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 43 116 -
CMYK 0 0.75 0.33 0.33
HSL 326.05º 0.6% 0.42% -
HSV(B) 326.05º 0.75% 0.67% -
XYZ 21.03 11.76 17.68 -
YUV 89.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 172 43 116 0 0.75 0.33 0.33 326.05 0.6 0.42
Hex AC 2B 74 0 4B 21 21 146 3C 2A
Octal 254 53 164 0 113 41 41 506 74 52
Binary 10101100 101011 1110100 0 1001011 100001 100001 101000110 111100 101010

Color Harmonies of #AC2B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B74

Black with #AC2B74

Text Example


Text Example

White with #AC2B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B74; }

 p { color: rgb(172,43,116); }

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

background-color css

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

 a { background-color: rgb(172,43,116); }

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

border-color css

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

 span { border-color: rgb(172,43,116); }

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