Html Css Color HEX #AC3982 Medium Red Violet

📋 copy color: '#AC3982'

red 172 ◦ green 57 ◦ blue 130

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

Shades of Medium Red Violet #AC3982

Tints of Medium Red Violet #AC3982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

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

R = 47.91%
G = 15.88%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC3982 (or 0xAC3982) is known color: Medium Red Violet. HEX triplet: AC, 39 and 82. RGB value is (172,57,130). Sum of RGB (Red+Green+Blue) = 172+57+130=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3982 is #53C67D. Grayscale: #636363. Windows color (decimal): -5490302 or 8534444. OLE color: 8534444.

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

Color convert

RGB 172 57 130 -
CMYK 0 0.67 0.24 0.33
HSL 321.91º 0.5% 0.45% -
HSV(B) 321.91º 0.67% 0.67% -
XYZ 22.51 13.31 22.5 -
YUV 99.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 172 57 130 0 0.67 0.24 0.33 321.91 0.5 0.45
Hex AC 39 82 0 43 18 21 142 32 2D
Octal 254 71 202 0 103 30 41 502 62 55
Binary 10101100 111001 10000010 0 1000011 11000 100001 101000010 110010 101101

Color Harmonies of #AC3982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3982

Black with #AC3982

Text Example


Text Example

White with #AC3982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3982; }

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

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

background-color css

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

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

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

border-color css

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

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

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