Html Css Color HEX #AC2670 Medium Red Violet

📋 copy color: '#AC2670'

red 172 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #AC2670

Tints of Medium Red Violet #AC2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 53.42%
G = 11.8%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC2670 (or 0xAC2670) is known color: Medium Red Violet. HEX triplet: AC, 26 and 70. RGB value is (172,38,112). Sum of RGB (Red+Green+Blue) = 172+38+112=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2670 is #53D98F. Grayscale: #565656. Windows color (decimal): -5495184 or 7349932. OLE color: 7349932.

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

Color convert

RGB 172 38 112 -
CMYK 0 0.78 0.35 0.33
HSL 326.87º 0.64% 0.41% -
HSV(B) 326.87º 0.78% 0.67% -
XYZ 20.63 11.33 16.43 -
YUV 86.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 172 38 112 0 0.78 0.35 0.33 326.87 0.64 0.41
Hex AC 26 70 0 4E 23 21 147 40 29
Octal 254 46 160 0 116 43 41 507 100 51
Binary 10101100 100110 1110000 0 1001110 100011 100001 101000111 1000000 101001

Color Harmonies of #AC2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2670

Black with #AC2670

Text Example


Text Example

White with #AC2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2670; }

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

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

background-color css

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

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

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

border-color css

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

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

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