Html Css Color HEX #AC3277 Medium Red Violet

📋 copy color: '#AC3277'

red 172 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #AC3277

Tints of Medium Red Violet #AC3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 50.44%
G = 14.66%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC3277 (or 0xAC3277) is known color: Medium Red Violet. HEX triplet: AC, 32 and 77. RGB value is (172,50,119). Sum of RGB (Red+Green+Blue) = 172+50+119=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3277 is #53CD88. Grayscale: #5E5E5E. Windows color (decimal): -5492105 or 7811756. OLE color: 7811756.

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

Color convert

RGB 172 50 119 -
CMYK 0 0.71 0.31 0.33
HSL 326.07º 0.55% 0.44% -
HSV(B) 326.07º 0.71% 0.67% -
XYZ 21.48 12.38 18.71 -
YUV 94.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 172 50 119 0 0.71 0.31 0.33 326.07 0.55 0.44
Hex AC 32 77 0 47 1F 21 146 37 2C
Octal 254 62 167 0 107 37 41 506 67 54
Binary 10101100 110010 1110111 0 1000111 11111 100001 101000110 110111 101100

Color Harmonies of #AC3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3277

Black with #AC3277

Text Example


Text Example

White with #AC3277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3277; }

 p { color: rgb(172,50,119); }

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

background-color css

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

 a { background-color: rgb(172,50,119); }

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

border-color css

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

 span { border-color: rgb(172,50,119); }

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