Html Css Color HEX #AC2F85 Medium Red Violet

📋 copy color: '#AC2F85'

red 172 ◦ green 47 ◦ blue 133

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

Shades of Medium Red Violet #AC2F85

Tints of Medium Red Violet #AC2F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.35%

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

R = 48.86%
G = 13.35%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC2F85 (or 0xAC2F85) is known color: Medium Red Violet. HEX triplet: AC, 2F and 85. RGB value is (172,47,133). Sum of RGB (Red+Green+Blue) = 172+47+133=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2F85 is #53D07A. Grayscale: #5D5D5D. Windows color (decimal): -5492859 or 8728492. OLE color: 8728492.

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

Color convert

RGB 172 47 133 -
CMYK 0 0.73 0.23 0.33
HSL 318.72º 0.57% 0.43% -
HSV(B) 318.72º 0.73% 0.67% -
XYZ 22.26 12.5 23.43 -
YUV 94.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 172 47 133 0 0.73 0.23 0.33 318.72 0.57 0.43
Hex AC 2F 85 0 49 17 21 13F 39 2B
Octal 254 57 205 0 111 27 41 477 71 53
Binary 10101100 101111 10000101 0 1001001 10111 100001 100111111 111001 101011

Color Harmonies of #AC2F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F85

Black with #AC2F85

Text Example


Text Example

White with #AC2F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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