Html Css Color HEX #AC2390 Medium Red Violet

📋 copy color: '#AC2390'

red 172 ◦ green 35 ◦ blue 144

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

Shades of Medium Red Violet #AC2390

Tints of Medium Red Violet #AC2390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.97%

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

R = 49%
G = 9.97%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC2390 (or 0xAC2390) is known color: Medium Red Violet. HEX triplet: AC, 23 and 90. RGB value is (172,35,144). Sum of RGB (Red+Green+Blue) = 172+35+144=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2390 is #53DC6F. Grayscale: #585858. Windows color (decimal): -5495920 or 9446316. OLE color: 9446316.

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

Color convert

RGB 172 35 144 -
CMYK 0 0.80 0.16 0.33
HSL 312.26º 0.66% 0.41% -
HSV(B) 312.26º 0.8% 0.67% -
XYZ 22.65 11.99 27.51 -
YUV 88.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 172 35 144 0 0.80 0.16 0.33 312.26 0.66 0.41
Hex AC 23 90 0 50 10 21 138 42 29
Octal 254 43 220 0 120 20 41 470 102 51
Binary 10101100 100011 10010000 0 1010000 10000 100001 100111000 1000010 101001

Color Harmonies of #AC2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2390

Black with #AC2390

Text Example


Text Example

White with #AC2390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2390; }

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

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

background-color css

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

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

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

border-color css

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

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

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