Html Css Color HEX #AC3782 Medium Red Violet

📋 copy color: '#AC3782'

red 172 ◦ green 55 ◦ blue 130

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

Shades of Medium Red Violet #AC3782

Tints of Medium Red Violet #AC3782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 48.18%
G = 15.41%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC3782 (or 0xAC3782) is known color: Medium Red Violet. HEX triplet: AC, 37 and 82. RGB value is (172,55,130). Sum of RGB (Red+Green+Blue) = 172+55+130=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3782 is #53C87D. Grayscale: #626262. Windows color (decimal): -5490814 or 8533932. OLE color: 8533932.

HSL color Cylindrical-coordinate representation of color #AC3782: hue angle of 321.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3782 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 130 -
CMYK 0 0.68 0.24 0.33
HSL 321.54º 0.52% 0.45% -
HSV(B) 321.54º 0.68% 0.67% -
XYZ 22.41 13.11 22.47 -
YUV 98.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 172 55 130 0 0.68 0.24 0.33 321.54 0.52 0.45
Hex AC 37 82 0 44 18 21 142 34 2D
Octal 254 67 202 0 104 30 41 502 64 55
Binary 10101100 110111 10000010 0 1000100 11000 100001 101000010 110100 101101

Color Harmonies of #AC3782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3782

Black with #AC3782

Text Example


Text Example

White with #AC3782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3782; }

 p { color: rgb(172,55,130); }

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

background-color css

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

 a { background-color: rgb(172,55,130); }

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

border-color css

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

 span { border-color: rgb(172,55,130); }

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