Html Css Color HEX #AC238E Medium Red Violet

📋 copy color: '#AC238E'

red 172 ◦ green 35 ◦ blue 142

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

Shades of Medium Red Violet #AC238E

Tints of Medium Red Violet #AC238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 49.28%
G = 10.03%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC238E (or 0xAC238E) is known color: Medium Red Violet. HEX triplet: AC, 23 and 8E. RGB value is (172,35,142). Sum of RGB (Red+Green+Blue) = 172+35+142=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC238E is #53DC71. Grayscale: #575757. Windows color (decimal): -5495922 or 9315244. OLE color: 9315244.

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

Color convert

RGB 172 35 142 -
CMYK 0 0.80 0.17 0.33
HSL 313.14º 0.66% 0.41% -
HSV(B) 313.14º 0.8% 0.67% -
XYZ 22.5 11.93 26.71 -
YUV 88.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 172 35 142 0 0.80 0.17 0.33 313.14 0.66 0.41
Hex AC 23 8E 0 50 11 21 139 42 29
Octal 254 43 216 0 120 21 41 471 102 51
Binary 10101100 100011 10001110 0 1010000 10001 100001 100111001 1000010 101001

Color Harmonies of #AC238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC238E

Black with #AC238E

Text Example


Text Example

White with #AC238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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