Html Css Color HEX #AC427E Medium Red Violet

📋 copy color: '#AC427E'

red 172 ◦ green 66 ◦ blue 126

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

Shades of Medium Red Violet #AC427E

Tints of Medium Red Violet #AC427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 47.25%
G = 18.13%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC427E (or 0xAC427E) is known color: Medium Red Violet. HEX triplet: AC, 42 and 7E. RGB value is (172,66,126). Sum of RGB (Red+Green+Blue) = 172+66+126=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC427E is #53BD81. Grayscale: #686868. Windows color (decimal): -5488002 or 8274604. OLE color: 8274604.

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

Color convert

RGB 172 66 126 -
CMYK 0 0.62 0.27 0.33
HSL 326.04º 0.45% 0.47% -
HSV(B) 326.04º 0.62% 0.67% -
XYZ 22.73 14.17 21.28 -
YUV 104.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 172 66 126 0 0.62 0.27 0.33 326.04 0.45 0.47
Hex AC 42 7E 0 3E 1B 21 146 2D 2F
Octal 254 102 176 0 76 33 41 506 55 57
Binary 10101100 1000010 1111110 0 111110 11011 100001 101000110 101101 101111

Color Harmonies of #AC427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC427E

Black with #AC427E

Text Example


Text Example

White with #AC427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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