Html Css Color HEX #AC2A9A Medium Red Violet

📋 copy color: '#AC2A9A'

red 172 ◦ green 42 ◦ blue 154

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

Shades of Medium Red Violet #AC2A9A

Tints of Medium Red Violet #AC2A9A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 46.74%
G = 11.41%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC2A9A (or 0xAC2A9A) is known color: Medium Red Violet. HEX triplet: AC, 2A and 9A. RGB value is (172,42,154). Sum of RGB (Red+Green+Blue) = 172+42+154=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2A9A is #53D565. Grayscale: #5D5D5D. Windows color (decimal): -5494118 or 10103468. OLE color: 10103468.

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

Color convert

RGB 172 42 154 -
CMYK 0 0.76 0.10 0.33
HSL 308.31º 0.61% 0.42% -
HSV(B) 308.31º 0.76% 0.67% -
XYZ 23.67 12.76 31.79 -
YUV 93.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 172 42 154 0 0.76 0.10 0.33 308.31 0.61 0.42
Hex AC 2A 9A 0 4C A 21 134 3D 2A
Octal 254 52 232 0 114 12 41 464 75 52
Binary 10101100 101010 10011010 0 1001100 1010 100001 100110100 111101 101010

Color Harmonies of #AC2A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A9A

Black with #AC2A9A

Text Example


Text Example

White with #AC2A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A9A; }

 p { color: rgb(172,42,154); }

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

background-color css

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

 a { background-color: rgb(172,42,154); }

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

border-color css

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

 span { border-color: rgb(172,42,154); }

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