Html Css Color HEX #AC2096 Medium Red Violet

📋 copy color: '#AC2096'

red 172 ◦ green 32 ◦ blue 150

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

Shades of Medium Red Violet #AC2096

Tints of Medium Red Violet #AC2096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 48.59%
G = 9.04%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC2096 (or 0xAC2096) is known color: Medium Red Violet. HEX triplet: AC, 20 and 96. RGB value is (172,32,150). Sum of RGB (Red+Green+Blue) = 172+32+150=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2096 is #53DF69. Grayscale: #565656. Windows color (decimal): -5496682 or 9838764. OLE color: 9838764.

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

Color convert

RGB 172 32 150 -
CMYK 0 0.81 0.13 0.33
HSL 309.43º 0.69% 0.4% -
HSV(B) 309.43º 0.81% 0.67% -
XYZ 23.03 12.01 29.96 -
YUV 87.31 163.38 188.41 -
System Red Green Blue C M Y K H S L
Decimal 172 32 150 0 0.81 0.13 0.33 309.43 0.69 0.4
Hex AC 20 96 0 51 D 21 135 45 28
Octal 254 40 226 0 121 15 41 465 105 50
Binary 10101100 100000 10010110 0 1010001 1101 100001 100110101 1000101 101000

Color Harmonies of #AC2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2096

Black with #AC2096

Text Example


Text Example

White with #AC2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2096; }

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

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

background-color css

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

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

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

border-color css

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

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

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