Html Css Color HEX #AC2470 Medium Red Violet

📋 copy color: '#AC2470'

red 172 ◦ green 36 ◦ blue 112

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

Shades of Medium Red Violet #AC2470

Tints of Medium Red Violet #AC2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 53.75%
G = 11.25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC2470 (or 0xAC2470) is known color: Medium Red Violet. HEX triplet: AC, 24 and 70. RGB value is (172,36,112). Sum of RGB (Red+Green+Blue) = 172+36+112=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2470 is #53DB8F. Grayscale: #555555. Windows color (decimal): -5495696 or 7349420. OLE color: 7349420.

HSL color Cylindrical-coordinate representation of color #AC2470: hue angle of 326.47º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2470 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 112 -
CMYK 0 0.79 0.35 0.33
HSL 326.47º 0.65% 0.41% -
HSV(B) 326.47º 0.79% 0.67% -
XYZ 20.57 11.2 16.41 -
YUV 85.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 172 36 112 0 0.79 0.35 0.33 326.47 0.65 0.41
Hex AC 24 70 0 4F 23 21 146 41 29
Octal 254 44 160 0 117 43 41 506 101 51
Binary 10101100 100100 1110000 0 1001111 100011 100001 101000110 1000001 101001

Color Harmonies of #AC2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2470

Black with #AC2470

Text Example


Text Example

White with #AC2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2470; }

 p { color: rgb(172,36,112); }

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

background-color css

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

 a { background-color: rgb(172,36,112); }

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

border-color css

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

 span { border-color: rgb(172,36,112); }

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