Html Css Color HEX #AC3072 Medium Red Violet

📋 copy color: '#AC3072'

red 172 ◦ green 48 ◦ blue 114

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

Shades of Medium Red Violet #AC3072

Tints of Medium Red Violet #AC3072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 51.5%
G = 14.37%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3072 (or 0xAC3072) is known color: Medium Red Violet. HEX triplet: AC, 30 and 72. RGB value is (172,48,114). Sum of RGB (Red+Green+Blue) = 172+48+114=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3072 is #53CF8D. Grayscale: #5C5C5C. Windows color (decimal): -5492622 or 7483564. OLE color: 7483564.

HSL color Cylindrical-coordinate representation of color #AC3072: hue angle of 328.06º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3072 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 114 -
CMYK 0 0.72 0.34 0.33
HSL 328.06º 0.56% 0.43% -
HSV(B) 328.06º 0.72% 0.67% -
XYZ 21.11 12.1 17.14 -
YUV 92.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 172 48 114 0 0.72 0.34 0.33 328.06 0.56 0.43
Hex AC 30 72 0 48 22 21 148 38 2B
Octal 254 60 162 0 110 42 41 510 70 53
Binary 10101100 110000 1110010 0 1001000 100010 100001 101001000 111000 101011

Color Harmonies of #AC3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3072

Black with #AC3072

Text Example


Text Example

White with #AC3072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3072; }

 p { color: rgb(172,48,114); }

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

background-color css

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

 a { background-color: rgb(172,48,114); }

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

border-color css

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

 span { border-color: rgb(172,48,114); }

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