Html Css Color HEX #AC2F9D Medium Red Violet

📋 copy color: '#AC2F9D'

red 172 ◦ green 47 ◦ blue 157

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

Shades of Medium Red Violet #AC2F9D

Tints of Medium Red Violet #AC2F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 45.74%
G = 12.5%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC2F9D (or 0xAC2F9D) is known color: Medium Red Violet. HEX triplet: AC, 2F and 9D. RGB value is (172,47,157). Sum of RGB (Red+Green+Blue) = 172+47+157=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2F9D is #53D062. Grayscale: #606060. Windows color (decimal): -5492835 or 10301356. OLE color: 10301356.

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

Color convert

RGB 172 47 157 -
CMYK 0 0.73 0.09 0.33
HSL 307.2º 0.57% 0.43% -
HSV(B) 307.2º 0.73% 0.67% -
XYZ 24.12 13.24 33.18 -
YUV 96.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 172 47 157 0 0.73 0.09 0.33 307.2 0.57 0.43
Hex AC 2F 9D 0 49 9 21 133 39 2B
Octal 254 57 235 0 111 11 41 463 71 53
Binary 10101100 101111 10011101 0 1001001 1001 100001 100110011 111001 101011

Color Harmonies of #AC2F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F9D

Black with #AC2F9D

Text Example


Text Example

White with #AC2F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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