Html Css Color HEX #AC4082 Medium Red Violet

📋 copy color: '#AC4082'

red 172 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #AC4082

Tints of Medium Red Violet #AC4082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 46.99%
G = 17.49%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC4082 (or 0xAC4082) is known color: Medium Red Violet. HEX triplet: AC, 40 and 82. RGB value is (172,64,130). Sum of RGB (Red+Green+Blue) = 172+64+130=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4082 is #53BF7D. Grayscale: #676767. Windows color (decimal): -5488510 or 8536236. OLE color: 8536236.

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

Color convert

RGB 172 64 130 -
CMYK 0 0.63 0.24 0.33
HSL 323.33º 0.46% 0.46% -
HSV(B) 323.33º 0.63% 0.67% -
XYZ 22.88 14.05 22.63 -
YUV 103.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 172 64 130 0 0.63 0.24 0.33 323.33 0.46 0.46
Hex AC 40 82 0 3F 18 21 143 2E 2E
Octal 254 100 202 0 77 30 41 503 56 56
Binary 10101100 1000000 10000010 0 111111 11000 100001 101000011 101110 101110

Color Harmonies of #AC4082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4082

Black with #AC4082

Text Example


Text Example

White with #AC4082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4082; }

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

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

background-color css

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

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

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

border-color css

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

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

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