Html Css Color HEX #AC438C Medium Red Violet

📋 copy color: '#AC438C'

red 172 ◦ green 67 ◦ blue 140

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

Shades of Medium Red Violet #AC438C

Tints of Medium Red Violet #AC438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.68%

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

R = 45.38%
G = 17.68%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC438C (or 0xAC438C) is known color: Medium Red Violet. HEX triplet: AC, 43 and 8C. RGB value is (172,67,140). Sum of RGB (Red+Green+Blue) = 172+67+140=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC438C is #53BC73. Grayscale: #6A6A6A. Windows color (decimal): -5487732 or 9192364. OLE color: 9192364.

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

Color convert

RGB 172 67 140 -
CMYK 0 0.61 0.19 0.33
HSL 318.29º 0.44% 0.47% -
HSV(B) 318.29º 0.61% 0.67% -
XYZ 23.75 14.68 26.39 -
YUV 106.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 172 67 140 0 0.61 0.19 0.33 318.29 0.44 0.47
Hex AC 43 8C 0 3D 13 21 13E 2C 2F
Octal 254 103 214 0 75 23 41 476 54 57
Binary 10101100 1000011 10001100 0 111101 10011 100001 100111110 101100 101111

Color Harmonies of #AC438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC438C

Black with #AC438C

Text Example


Text Example

White with #AC438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC438C; }

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

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

background-color css

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

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

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

border-color css

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

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

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