Html Css Color HEX #AC0790 Medium Violet Red

📋 copy color: '#AC0790'

red 172 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #AC0790

Tints of Medium Violet Red #AC0790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 53.25%
G = 2.17%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0790 (or 0xAC0790) is known color: Medium Violet Red. HEX triplet: AC, 07 and 90. RGB value is (172,7,144). Sum of RGB (Red+Green+Blue) = 172+7+144=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0790 is #53F86F. Grayscale: #474747. Windows color (decimal): -5503088 or 9439148. OLE color: 9439148.

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

Color convert

RGB 172 7 144 -
CMYK 0 0.96 0.16 0.33
HSL 310.18º 0.92% 0.35% -
HSV(B) 310.18º 0.96% 0.67% -
XYZ 22.12 10.94 27.33 -
YUV 71.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 172 7 144 0 0.96 0.16 0.33 310.18 0.92 0.35
Hex AC 7 90 0 60 10 21 136 5C 23
Octal 254 7 220 0 140 20 41 466 134 43
Binary 10101100 111 10010000 0 1100000 10000 100001 100110110 1011100 100011

Color Harmonies of #AC0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0790

Black with #AC0790

Text Example


Text Example

White with #AC0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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