Html Css Color HEX #AC2A7F Medium Red Violet

📋 copy color: '#AC2A7F'

red 172 ◦ green 42 ◦ blue 127

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

Shades of Medium Red Violet #AC2A7F

Tints of Medium Red Violet #AC2A7F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.32%

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

R = 50.44%
G = 12.32%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC2A7F (or 0xAC2A7F) is known color: Medium Red Violet. HEX triplet: AC, 2A and 7F. RGB value is (172,42,127). Sum of RGB (Red+Green+Blue) = 172+42+127=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A7F is #53D580. Grayscale: #5A5A5A. Windows color (decimal): -5494145 or 8333996. OLE color: 8333996.

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

Color convert

RGB 172 42 127 -
CMYK 0 0.76 0.26 0.33
HSL 320.77º 0.61% 0.42% -
HSV(B) 320.77º 0.76% 0.67% -
XYZ 21.67 11.96 21.24 -
YUV 90.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 172 42 127 0 0.76 0.26 0.33 320.77 0.61 0.42
Hex AC 2A 7F 0 4C 1A 21 141 3D 2A
Octal 254 52 177 0 114 32 41 501 75 52
Binary 10101100 101010 1111111 0 1001100 11010 100001 101000001 111101 101010

Color Harmonies of #AC2A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A7F

Black with #AC2A7F

Text Example


Text Example

White with #AC2A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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