Html Css Color HEX #AC4083 Medium Red Violet

📋 copy color: '#AC4083'

red 172 ◦ green 64 ◦ blue 131

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

Shades of Medium Red Violet #AC4083

Tints of Medium Red Violet #AC4083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 46.87%
G = 17.44%
B = 35.69%

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

#AC4083 (or 0xAC4083) is known color: Medium Red Violet. HEX triplet: AC, 40 and 83. RGB value is (172,64,131). Sum of RGB (Red+Green+Blue) = 172+64+131=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4083 is #53BF7C. Grayscale: #676767. Windows color (decimal): -5488509 or 8601772. OLE color: 8601772.

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

Color convert

RGB 172 64 131 -
CMYK 0 0.63 0.24 0.33
HSL 322.78º 0.46% 0.46% -
HSV(B) 322.78º 0.63% 0.67% -
XYZ 22.94 14.08 22.98 -
YUV 103.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 172 64 131 0 0.63 0.24 0.33 322.78 0.46 0.46
Hex AC 40 83 0 3F 18 21 143 2E 2E
Octal 254 100 203 0 77 30 41 503 56 56
Binary 10101100 1000000 10000011 0 111111 11000 100001 101000011 101110 101110

Color Harmonies of #AC4083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4083

Black with #AC4083

Text Example


Text Example

White with #AC4083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4083; }

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

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

background-color css

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

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

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

border-color css

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

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

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