Html Css Color HEX #AC2B9D Medium Red Violet

📋 copy color: '#AC2B9D'

red 172 ◦ green 43 ◦ blue 157

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

Shades of Medium Red Violet #AC2B9D

Tints of Medium Red Violet #AC2B9D

RGB

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

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

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

R = 46.24%
G = 11.56%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC2B9D (or 0xAC2B9D) is known color: Medium Red Violet. HEX triplet: AC, 2B and 9D. RGB value is (172,43,157). Sum of RGB (Red+Green+Blue) = 172+43+157=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B9D is #53D462. Grayscale: #5E5E5E. Windows color (decimal): -5493859 or 10300332. OLE color: 10300332.

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

Color convert

RGB 172 43 157 -
CMYK 0 0.75 0.09 0.33
HSL 306.98º 0.6% 0.42% -
HSV(B) 306.98º 0.75% 0.67% -
XYZ 23.96 12.93 33.13 -
YUV 94.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 172 43 157 0 0.75 0.09 0.33 306.98 0.6 0.42
Hex AC 2B 9D 0 4B 9 21 133 3C 2A
Octal 254 53 235 0 113 11 41 463 74 52
Binary 10101100 101011 10011101 0 1001011 1001 100001 100110011 111100 101010

Color Harmonies of #AC2B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B9D

Black with #AC2B9D

Text Example


Text Example

White with #AC2B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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