Html Css Color HEX #AC427F Medium Red Violet

📋 copy color: '#AC427F'

red 172 ◦ green 66 ◦ blue 127

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

Shades of Medium Red Violet #AC427F

Tints of Medium Red Violet #AC427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 47.12%
G = 18.08%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC427F (or 0xAC427F) is known color: Medium Red Violet. HEX triplet: AC, 42 and 7F. RGB value is (172,66,127). Sum of RGB (Red+Green+Blue) = 172+66+127=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC427F is #53BD80. Grayscale: #686868. Windows color (decimal): -5488001 or 8340140. OLE color: 8340140.

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

Color convert

RGB 172 66 127 -
CMYK 0 0.62 0.26 0.33
HSL 325.47º 0.45% 0.47% -
HSV(B) 325.47º 0.62% 0.67% -
XYZ 22.79 14.2 21.62 -
YUV 104.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 172 66 127 0 0.62 0.26 0.33 325.47 0.45 0.47
Hex AC 42 7F 0 3E 1A 21 145 2D 2F
Octal 254 102 177 0 76 32 41 505 55 57
Binary 10101100 1000010 1111111 0 111110 11010 100001 101000101 101101 101111

Color Harmonies of #AC427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC427F

Black with #AC427F

Text Example


Text Example

White with #AC427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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