Html Css Color HEX #AC3080 Medium Red Violet

📋 copy color: '#AC3080'

red 172 ◦ green 48 ◦ blue 128

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

Shades of Medium Red Violet #AC3080

Tints of Medium Red Violet #AC3080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.78%

R = 49.43%
G = 13.79%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC3080 (or 0xAC3080) is known color: Medium Red Violet. HEX triplet: AC, 30 and 80. RGB value is (172,48,128). Sum of RGB (Red+Green+Blue) = 172+48+128=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3080 is #53CF7F. Grayscale: #5E5E5E. Windows color (decimal): -5492608 or 8401068. OLE color: 8401068.

HSL color Cylindrical-coordinate representation of color #AC3080: hue angle of 321.29º 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 #AC3080 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 128 -
CMYK 0 0.72 0.26 0.33
HSL 321.29º 0.56% 0.43% -
HSV(B) 321.29º 0.72% 0.67% -
XYZ 21.97 12.44 21.67 -
YUV 94.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 172 48 128 0 0.72 0.26 0.33 321.29 0.56 0.43
Hex AC 30 80 0 48 1A 21 141 38 2B
Octal 254 60 200 0 110 32 41 501 70 53
Binary 10101100 110000 10000000 0 1001000 11010 100001 101000001 111000 101011

Color Harmonies of #AC3080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3080

Black with #AC3080

Text Example


Text Example

White with #AC3080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3080; }

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

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

background-color css

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

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

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

border-color css

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

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

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