Html Css Color HEX #AC2B9F Medium Red Violet

📋 copy color: '#AC2B9F'

red 172 ◦ green 43 ◦ blue 159

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

Shades of Medium Red Violet #AC2B9F

Tints of Medium Red Violet #AC2B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 45.99%
G = 11.5%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC2B9F (or 0xAC2B9F) is known color: Medium Red Violet. HEX triplet: AC, 2B and 9F. RGB value is (172,43,159). Sum of RGB (Red+Green+Blue) = 172+43+159=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B9F is #53D460. Grayscale: #5E5E5E. Windows color (decimal): -5493857 or 10431404. OLE color: 10431404.

HSL color Cylindrical-coordinate representation of color #AC2B9F: hue angle of 306.05º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B9F is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 43 159 -
CMYK 0 0.75 0.08 0.33
HSL 306.05º 0.6% 0.42% -
HSV(B) 306.05º 0.75% 0.67% -
XYZ 24.14 13 34.04 -
YUV 94.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 172 43 159 0 0.75 0.08 0.33 306.05 0.6 0.42
Hex AC 2B 9F 0 4B 8 21 132 3C 2A
Octal 254 53 237 0 113 10 41 462 74 52
Binary 10101100 101011 10011111 0 1001011 1000 100001 100110010 111100 101010

Color Harmonies of #AC2B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B9F

Black with #AC2B9F

Text Example


Text Example

White with #AC2B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B9F; }

 p { color: rgb(172,43,159); }

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

background-color css

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

 a { background-color: rgb(172,43,159); }

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

border-color css

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

 span { border-color: rgb(172,43,159); }

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