Html Css Color HEX #AC2F75 Medium Red Violet

📋 copy color: '#AC2F75'

red 172 ◦ green 47 ◦ blue 117

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

Shades of Medium Red Violet #AC2F75

Tints of Medium Red Violet #AC2F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 51.19%
G = 13.99%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC2F75 (or 0xAC2F75) is known color: Medium Red Violet. HEX triplet: AC, 2F and 75. RGB value is (172,47,117). Sum of RGB (Red+Green+Blue) = 172+47+117=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2F75 is #53D08A. Grayscale: #5C5C5C. Windows color (decimal): -5492875 or 7679916. OLE color: 7679916.

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

Color convert

RGB 172 47 117 -
CMYK 0 0.73 0.32 0.33
HSL 326.4º 0.57% 0.43% -
HSV(B) 326.4º 0.73% 0.67% -
XYZ 21.24 12.09 18.04 -
YUV 92.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 172 47 117 0 0.73 0.32 0.33 326.4 0.57 0.43
Hex AC 2F 75 0 49 20 21 146 39 2B
Octal 254 57 165 0 111 40 41 506 71 53
Binary 10101100 101111 1110101 0 1001001 100000 100001 101000110 111001 101011

Color Harmonies of #AC2F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F75

Black with #AC2F75

Text Example


Text Example

White with #AC2F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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