Html Css Color HEX #AC2097 Medium Red Violet

📋 copy color: '#AC2097'

red 172 ◦ green 32 ◦ blue 151

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

Shades of Medium Red Violet #AC2097

Tints of Medium Red Violet #AC2097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 48.45%
G = 9.01%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC2097 (or 0xAC2097) is known color: Medium Red Violet. HEX triplet: AC, 20 and 97. RGB value is (172,32,151). Sum of RGB (Red+Green+Blue) = 172+32+151=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2097 is #53DF68. Grayscale: #575757. Windows color (decimal): -5496681 or 9904300. OLE color: 9904300.

HSL color Cylindrical-coordinate representation of color #AC2097: hue angle of 309º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2097 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 151 -
CMYK 0 0.81 0.12 0.33
HSL 309º 0.69% 0.4% -
HSV(B) 309º 0.81% 0.67% -
XYZ 23.12 12.04 30.38 -
YUV 87.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 172 32 151 0 0.81 0.12 0.33 309 0.69 0.4
Hex AC 20 97 0 51 C 21 135 45 28
Octal 254 40 227 0 121 14 41 465 105 50
Binary 10101100 100000 10010111 0 1010001 1100 100001 100110101 1000101 101000

Color Harmonies of #AC2097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2097

Black with #AC2097

Text Example


Text Example

White with #AC2097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2097; }

 p { color: rgb(172,32,151); }

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

background-color css

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

 a { background-color: rgb(172,32,151); }

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

border-color css

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

 span { border-color: rgb(172,32,151); }

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