Html Css Color HEX #AC368C Medium Red Violet

📋 copy color: '#AC368C'

red 172 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #AC368C

Tints of Medium Red Violet #AC368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

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

R = 46.99%
G = 14.75%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC368C (or 0xAC368C) is known color: Medium Red Violet. HEX triplet: AC, 36 and 8C. RGB value is (172,54,140). Sum of RGB (Red+Green+Blue) = 172+54+140=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC368C is #53C973. Grayscale: #626262. Windows color (decimal): -5491060 or 9189036. OLE color: 9189036.

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

Color convert

RGB 172 54 140 -
CMYK 0 0.69 0.19 0.33
HSL 316.27º 0.52% 0.44% -
HSV(B) 316.27º 0.69% 0.67% -
XYZ 23.07 13.3 26.16 -
YUV 99.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 172 54 140 0 0.69 0.19 0.33 316.27 0.52 0.44
Hex AC 36 8C 0 45 13 21 13C 34 2C
Octal 254 66 214 0 105 23 41 474 64 54
Binary 10101100 110110 10001100 0 1000101 10011 100001 100111100 110100 101100

Color Harmonies of #AC368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC368C

Black with #AC368C

Text Example


Text Example

White with #AC368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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