Html Css Color HEX #AC1F7E Medium Red Violet

📋 copy color: '#AC1F7E'

red 172 ◦ green 31 ◦ blue 126

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

Shades of Medium Red Violet #AC1F7E

Tints of Medium Red Violet #AC1F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

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

R = 52.28%
G = 9.42%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC1F7E (or 0xAC1F7E) is known color: Medium Red Violet. HEX triplet: AC, 1F and 7E. RGB value is (172,31,126). Sum of RGB (Red+Green+Blue) = 172+31+126=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F7E is #53E081. Grayscale: #535353. Windows color (decimal): -5496962 or 8265644. OLE color: 8265644.

HSL color Cylindrical-coordinate representation of color #AC1F7E: hue angle of 319.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F7E is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 31 126 -
CMYK 0 0.82 0.27 0.33
HSL 319.57º 0.69% 0.4% -
HSV(B) 319.57º 0.82% 0.67% -
XYZ 21.27 11.26 20.79 -
YUV 83.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 172 31 126 0 0.82 0.27 0.33 319.57 0.69 0.4
Hex AC 1F 7E 0 52 1B 21 140 45 28
Octal 254 37 176 0 122 33 41 500 105 50
Binary 10101100 11111 1111110 0 1010010 11011 100001 101000000 1000101 101000

Color Harmonies of #AC1F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F7E

Black with #AC1F7E

Text Example


Text Example

White with #AC1F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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