Html Css Color HEX #AC237D Medium Red Violet

📋 copy color: '#AC237D'

red 172 ◦ green 35 ◦ blue 125

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

Shades of Medium Red Violet #AC237D

Tints of Medium Red Violet #AC237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 51.81%
G = 10.54%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC237D (or 0xAC237D) is known color: Medium Red Violet. HEX triplet: AC, 23 and 7D. RGB value is (172,35,125). Sum of RGB (Red+Green+Blue) = 172+35+125=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC237D is #53DC82. Grayscale: #565656. Windows color (decimal): -5495939 or 8201132. OLE color: 8201132.

HSL color Cylindrical-coordinate representation of color #AC237D: hue angle of 320.58º 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 #AC237D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 125 -
CMYK 0 0.80 0.27 0.33
HSL 320.58º 0.66% 0.41% -
HSV(B) 320.58º 0.8% 0.67% -
XYZ 21.32 11.45 20.49 -
YUV 86.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 172 35 125 0 0.80 0.27 0.33 320.58 0.66 0.41
Hex AC 23 7D 0 50 1B 21 141 42 29
Octal 254 43 175 0 120 33 41 501 102 51
Binary 10101100 100011 1111101 0 1010000 11011 100001 101000001 1000010 101001

Color Harmonies of #AC237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC237D

Black with #AC237D

Text Example


Text Example

White with #AC237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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