Html Css Color HEX #AC348A Medium Red Violet

📋 copy color: '#AC348A'

red 172 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #AC348A

Tints of Medium Red Violet #AC348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 47.51%
G = 14.36%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC348A (or 0xAC348A) is known color: Medium Red Violet. HEX triplet: AC, 34 and 8A. RGB value is (172,52,138). Sum of RGB (Red+Green+Blue) = 172+52+138=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC348A is #53CB75. Grayscale: #616161. Windows color (decimal): -5491574 or 9057452. OLE color: 9057452.

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

Color convert

RGB 172 52 138 -
CMYK 0 0.70 0.20 0.33
HSL 317º 0.54% 0.44% -
HSV(B) 317º 0.7% 0.67% -
XYZ 22.83 13.06 25.36 -
YUV 97.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 172 52 138 0 0.70 0.20 0.33 317 0.54 0.44
Hex AC 34 8A 0 46 14 21 13D 36 2C
Octal 254 64 212 0 106 24 41 475 66 54
Binary 10101100 110100 10001010 0 1000110 10100 100001 100111101 110110 101100

Color Harmonies of #AC348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC348A

Black with #AC348A

Text Example


Text Example

White with #AC348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC348A; }

 p { color: rgb(172,52,138); }

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

background-color css

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

 a { background-color: rgb(172,52,138); }

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

border-color css

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

 span { border-color: rgb(172,52,138); }

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