Html Css Color HEX #AC2BA0 Medium Red Violet

📋 copy color: '#AC2BA0'

red 172 ◦ green 43 ◦ blue 160

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

Shades of Medium Red Violet #AC2BA0

Tints of Medium Red Violet #AC2BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 45.87%
G = 11.47%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC2BA0 (or 0xAC2BA0) is known color: Medium Red Violet. HEX triplet: AC, 2B and A0. RGB value is (172,43,160). Sum of RGB (Red+Green+Blue) = 172+43+160=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BA0 is #53D45F. Grayscale: #5E5E5E. Windows color (decimal): -5493856 or 10496940. OLE color: 10496940.

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

Color convert

RGB 172 43 160 -
CMYK 0 0.75 0.07 0.33
HSL 305.58º 0.6% 0.42% -
HSV(B) 305.58º 0.75% 0.67% -
XYZ 24.22 13.04 34.5 -
YUV 94.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 172 43 160 0 0.75 0.07 0.33 305.58 0.6 0.42
Hex AC 2B A0 0 4B 7 21 132 3C 2A
Octal 254 53 240 0 113 7 41 462 74 52
Binary 10101100 101011 10100000 0 1001011 111 100001 100110010 111100 101010

Color Harmonies of #AC2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BA0

Black with #AC2BA0

Text Example


Text Example

White with #AC2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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