Html Css Color HEX #AC37A0 Medium Red Violet

📋 copy color: '#AC37A0'

red 172 ◦ green 55 ◦ blue 160

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

Shades of Medium Red Violet #AC37A0

Tints of Medium Red Violet #AC37A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.21%

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 44.44%
G = 14.21%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC37A0 (or 0xAC37A0) is known color: Medium Red Violet. HEX triplet: AC, 37 and A0. RGB value is (172,55,160). Sum of RGB (Red+Green+Blue) = 172+55+160=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC37A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC37A0 is #53C85F. Grayscale: #656565. Windows color (decimal): -5490784 or 10500012. OLE color: 10500012.

HSL color Cylindrical-coordinate representation of color #AC37A0: hue angle of 306.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC37A0 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 160 -
CMYK 0 0.68 0.07 0.33
HSL 306.15º 0.52% 0.45% -
HSV(B) 306.15º 0.68% 0.67% -
XYZ 24.72 14.04 34.66 -
YUV 101.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 172 55 160 0 0.68 0.07 0.33 306.15 0.52 0.45
Hex AC 37 A0 0 44 7 21 132 34 2D
Octal 254 67 240 0 104 7 41 462 64 55
Binary 10101100 110111 10100000 0 1000100 111 100001 100110010 110100 101101

Color Harmonies of #AC37A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37A0

Black with #AC37A0

Text Example


Text Example

White with #AC37A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37A0; }

 p { color: rgb(172,55,160); }

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

background-color css

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

 a { background-color: rgb(172,55,160); }

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

border-color css

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

 span { border-color: rgb(172,55,160); }

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