Html Css Color HEX #AC2B90 Medium Red Violet

📋 copy color: '#AC2B90'

red 172 ◦ green 43 ◦ blue 144

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

Shades of Medium Red Violet #AC2B90

Tints of Medium Red Violet #AC2B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 47.91%
G = 11.98%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC2B90 (or 0xAC2B90) is known color: Medium Red Violet. HEX triplet: AC, 2B and 90. RGB value is (172,43,144). Sum of RGB (Red+Green+Blue) = 172+43+144=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B90 is #53D46F. Grayscale: #5C5C5C. Windows color (decimal): -5493872 or 9448364. OLE color: 9448364.

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

Color convert

RGB 172 43 144 -
CMYK 0 0.75 0.16 0.33
HSL 313.02º 0.6% 0.42% -
HSV(B) 313.02º 0.75% 0.67% -
XYZ 22.91 12.51 27.59 -
YUV 93.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 172 43 144 0 0.75 0.16 0.33 313.02 0.6 0.42
Hex AC 2B 90 0 4B 10 21 139 3C 2A
Octal 254 53 220 0 113 20 41 471 74 52
Binary 10101100 101011 10010000 0 1001011 10000 100001 100111001 111100 101010

Color Harmonies of #AC2B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B90

Black with #AC2B90

Text Example


Text Example

White with #AC2B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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