Html Css Color HEX #AC237C Medium Red Violet

📋 copy color: '#AC237C'

red 172 ◦ green 35 ◦ blue 124

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

Shades of Medium Red Violet #AC237C

Tints of Medium Red Violet #AC237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 51.96%
G = 10.57%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC237C (or 0xAC237C) is known color: Medium Red Violet. HEX triplet: AC, 23 and 7C. RGB value is (172,35,124). Sum of RGB (Red+Green+Blue) = 172+35+124=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC237C is #53DC83. Grayscale: #555555. Windows color (decimal): -5495940 or 8135596. OLE color: 8135596.

HSL color Cylindrical-coordinate representation of color #AC237C: hue angle of 321.02º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC237C is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 124 -
CMYK 0 0.80 0.28 0.33
HSL 321.02º 0.66% 0.41% -
HSV(B) 321.02º 0.8% 0.67% -
XYZ 21.25 11.43 20.15 -
YUV 86.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 172 35 124 0 0.80 0.28 0.33 321.02 0.66 0.41
Hex AC 23 7C 0 50 1C 21 141 42 29
Octal 254 43 174 0 120 34 41 501 102 51
Binary 10101100 100011 1111100 0 1010000 11100 100001 101000001 1000010 101001

Color Harmonies of #AC237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC237C

Black with #AC237C

Text Example


Text Example

White with #AC237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC237C; }

 p { color: rgb(172,35,124); }

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

background-color css

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

 a { background-color: rgb(172,35,124); }

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

border-color css

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

 span { border-color: rgb(172,35,124); }

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