Html Css Color HEX #AC2085 Medium Red Violet

📋 copy color: '#AC2085'

red 172 ◦ green 32 ◦ blue 133

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

Shades of Medium Red Violet #AC2085

Tints of Medium Red Violet #AC2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 133 (52.34% from 255) = 39.47%

R = 51.04%
G = 9.5%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC2085 (or 0xAC2085) is known color: Medium Red Violet. HEX triplet: AC, 20 and 85. RGB value is (172,32,133). Sum of RGB (Red+Green+Blue) = 172+32+133=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2085 is #53DF7A. Grayscale: #555555. Windows color (decimal): -5496699 or 8724652. OLE color: 8724652.

HSL color Cylindrical-coordinate representation of color #AC2085: hue angle of 316.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2085 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 133 -
CMYK 0 0.81 0.23 0.33
HSL 316.71º 0.69% 0.4% -
HSV(B) 316.71º 0.81% 0.67% -
XYZ 21.76 11.5 23.26 -
YUV 85.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 172 32 133 0 0.81 0.23 0.33 316.71 0.69 0.4
Hex AC 20 85 0 51 17 21 13D 45 28
Octal 254 40 205 0 121 27 41 475 105 50
Binary 10101100 100000 10000101 0 1010001 10111 100001 100111101 1000101 101000

Color Harmonies of #AC2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2085

Black with #AC2085

Text Example


Text Example

White with #AC2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2085; }

 p { color: rgb(172,32,133); }

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

background-color css

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

 a { background-color: rgb(172,32,133); }

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

border-color css

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

 span { border-color: rgb(172,32,133); }

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