Html Css Color HEX #AC2896 Medium Red Violet

📋 copy color: '#AC2896'

red 172 ◦ green 40 ◦ blue 150

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

Shades of Medium Red Violet #AC2896

Tints of Medium Red Violet #AC2896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

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

R = 47.51%
G = 11.05%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC2896 (or 0xAC2896) is known color: Medium Red Violet. HEX triplet: AC, 28 and 96. RGB value is (172,40,150). Sum of RGB (Red+Green+Blue) = 172+40+150=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2896 is #53D769. Grayscale: #5B5B5B. Windows color (decimal): -5494634 or 9840812. OLE color: 9840812.

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

Color convert

RGB 172 40 150 -
CMYK 0 0.77 0.13 0.33
HSL 310º 0.62% 0.42% -
HSV(B) 310º 0.77% 0.67% -
XYZ 23.28 12.49 30.04 -
YUV 92.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 172 40 150 0 0.77 0.13 0.33 310 0.62 0.42
Hex AC 28 96 0 4D D 21 136 3E 2A
Octal 254 50 226 0 115 15 41 466 76 52
Binary 10101100 101000 10010110 0 1001101 1101 100001 100110110 111110 101010

Color Harmonies of #AC2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2896

Black with #AC2896

Text Example


Text Example

White with #AC2896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2896; }

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

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

background-color css

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

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

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

border-color css

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

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

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