Html Css Color HEX #AC238F Medium Red Violet

📋 copy color: '#AC238F'

red 172 ◦ green 35 ◦ blue 143

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

Shades of Medium Red Violet #AC238F

Tints of Medium Red Violet #AC238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 49.14%
G = 10%
B = 40.86%

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

#AC238F (or 0xAC238F) is known color: Medium Red Violet. HEX triplet: AC, 23 and 8F. RGB value is (172,35,143). Sum of RGB (Red+Green+Blue) = 172+35+143=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC238F is #53DC70. Grayscale: #575757. Windows color (decimal): -5495921 or 9380780. OLE color: 9380780.

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

Color convert

RGB 172 35 143 -
CMYK 0 0.80 0.17 0.33
HSL 312.7º 0.66% 0.41% -
HSV(B) 312.7º 0.8% 0.67% -
XYZ 22.57 11.96 27.1 -
YUV 88.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 172 35 143 0 0.80 0.17 0.33 312.7 0.66 0.41
Hex AC 23 8F 0 50 11 21 139 42 29
Octal 254 43 217 0 120 21 41 471 102 51
Binary 10101100 100011 10001111 0 1010000 10001 100001 100111001 1000010 101001

Color Harmonies of #AC238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC238F

Black with #AC238F

Text Example


Text Example

White with #AC238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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