Html Css Color HEX #AC3476 Medium Red Violet

📋 copy color: '#AC3476'

red 172 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #AC3476

Tints of Medium Red Violet #AC3476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 50.29%
G = 15.2%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC3476 (or 0xAC3476) is known color: Medium Red Violet. HEX triplet: AC, 34 and 76. RGB value is (172,52,118). Sum of RGB (Red+Green+Blue) = 172+52+118=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3476 is #53CB89. Grayscale: #5F5F5F. Windows color (decimal): -5491594 or 7746732. OLE color: 7746732.

HSL color Cylindrical-coordinate representation of color #AC3476: hue angle of 327º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3476 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 118 -
CMYK 0 0.70 0.31 0.33
HSL 327º 0.54% 0.44% -
HSV(B) 327º 0.7% 0.67% -
XYZ 21.51 12.53 18.43 -
YUV 95.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 172 52 118 0 0.70 0.31 0.33 327 0.54 0.44
Hex AC 34 76 0 46 1F 21 147 36 2C
Octal 254 64 166 0 106 37 41 507 66 54
Binary 10101100 110100 1110110 0 1000110 11111 100001 101000111 110110 101100

Color Harmonies of #AC3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3476

Black with #AC3476

Text Example


Text Example

White with #AC3476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3476; }

 p { color: rgb(172,52,118); }

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

background-color css

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

 a { background-color: rgb(172,52,118); }

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

border-color css

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

 span { border-color: rgb(172,52,118); }

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