Html Css Color HEX #AC428D Medium Red Violet

📋 copy color: '#AC428D'

red 172 ◦ green 66 ◦ blue 141

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

Shades of Medium Red Violet #AC428D

Tints of Medium Red Violet #AC428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 45.38%
G = 17.41%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC428D (or 0xAC428D) is known color: Medium Red Violet. HEX triplet: AC, 42 and 8D. RGB value is (172,66,141). Sum of RGB (Red+Green+Blue) = 172+66+141=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC428D is #53BD72. Grayscale: #6A6A6A. Windows color (decimal): -5487987 or 9257644. OLE color: 9257644.

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

Color convert

RGB 172 66 141 -
CMYK 0 0.62 0.18 0.33
HSL 317.55º 0.45% 0.47% -
HSV(B) 317.55º 0.62% 0.67% -
XYZ 23.77 14.59 26.76 -
YUV 106.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 172 66 141 0 0.62 0.18 0.33 317.55 0.45 0.47
Hex AC 42 8D 0 3E 12 21 13E 2D 2F
Octal 254 102 215 0 76 22 41 476 55 57
Binary 10101100 1000010 10001101 0 111110 10010 100001 100111110 101101 101111

Color Harmonies of #AC428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC428D

Black with #AC428D

Text Example


Text Example

White with #AC428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC428D; }

 p { color: rgb(172,66,141); }

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

background-color css

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

 a { background-color: rgb(172,66,141); }

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

border-color css

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

 span { border-color: rgb(172,66,141); }

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