Html Css Color HEX #AC2590 Medium Red Violet

📋 copy color: '#AC2590'

red 172 ◦ green 37 ◦ blue 144

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

Shades of Medium Red Violet #AC2590

Tints of Medium Red Violet #AC2590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

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

R = 48.73%
G = 10.48%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC2590 (or 0xAC2590) is known color: Medium Red Violet. HEX triplet: AC, 25 and 90. RGB value is (172,37,144). Sum of RGB (Red+Green+Blue) = 172+37+144=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2590 is #53DA6F. Grayscale: #595959. Windows color (decimal): -5495408 or 9446828. OLE color: 9446828.

HSL color Cylindrical-coordinate representation of color #AC2590: hue angle of 312.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2590 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 144 -
CMYK 0 0.78 0.16 0.33
HSL 312.44º 0.65% 0.41% -
HSV(B) 312.44º 0.78% 0.67% -
XYZ 22.71 12.11 27.53 -
YUV 89.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 172 37 144 0 0.78 0.16 0.33 312.44 0.65 0.41
Hex AC 25 90 0 4E 10 21 138 41 29
Octal 254 45 220 0 116 20 41 470 101 51
Binary 10101100 100101 10010000 0 1001110 10000 100001 100111000 1000001 101001

Color Harmonies of #AC2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2590

Black with #AC2590

Text Example


Text Example

White with #AC2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2590; }

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

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

background-color css

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

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

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

border-color css

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

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

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