Html Css Color HEX #AC338C Medium Red Violet

📋 copy color: '#AC338C'

red 172 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #AC338C

Tints of Medium Red Violet #AC338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 47.38%
G = 14.05%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC338C (or 0xAC338C) is known color: Medium Red Violet. HEX triplet: AC, 33 and 8C. RGB value is (172,51,140). Sum of RGB (Red+Green+Blue) = 172+51+140=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC338C is #53CC73. Grayscale: #616161. Windows color (decimal): -5491828 or 9188268. OLE color: 9188268.

HSL color Cylindrical-coordinate representation of color #AC338C: hue angle of 315.87º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC338C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 140 -
CMYK 0 0.70 0.19 0.33
HSL 315.87º 0.54% 0.44% -
HSV(B) 315.87º 0.7% 0.67% -
XYZ 22.93 13.03 26.12 -
YUV 97.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 172 51 140 0 0.70 0.19 0.33 315.87 0.54 0.44
Hex AC 33 8C 0 46 13 21 13C 36 2C
Octal 254 63 214 0 106 23 41 474 66 54
Binary 10101100 110011 10001100 0 1000110 10011 100001 100111100 110110 101100

Color Harmonies of #AC338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC338C

Black with #AC338C

Text Example


Text Example

White with #AC338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC338C; }

 p { color: rgb(172,51,140); }

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

background-color css

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

 a { background-color: rgb(172,51,140); }

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

border-color css

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

 span { border-color: rgb(172,51,140); }

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