Html Css Color HEX #AC4290 Medium Red Violet

📋 copy color: '#AC4290'

red 172 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #AC4290

Tints of Medium Red Violet #AC4290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 45.03%
G = 17.28%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC4290 (or 0xAC4290) is known color: Medium Red Violet. HEX triplet: AC, 42 and 90. RGB value is (172,66,144). Sum of RGB (Red+Green+Blue) = 172+66+144=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4290 is #53BD6F. Grayscale: #6A6A6A. Windows color (decimal): -5487984 or 9454252. OLE color: 9454252.

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

Color convert

RGB 172 66 144 -
CMYK 0 0.62 0.16 0.33
HSL 315.85º 0.45% 0.47% -
HSV(B) 315.85º 0.62% 0.67% -
XYZ 24 14.68 27.95 -
YUV 106.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 172 66 144 0 0.62 0.16 0.33 315.85 0.45 0.47
Hex AC 42 90 0 3E 10 21 13C 2D 2F
Octal 254 102 220 0 76 20 41 474 55 57
Binary 10101100 1000010 10010000 0 111110 10000 100001 100111100 101101 101111

Color Harmonies of #AC4290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4290

Black with #AC4290

Text Example


Text Example

White with #AC4290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4290; }

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

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

background-color css

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

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

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

border-color css

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

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

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