Html Css Color HEX #AC4090 Medium Red Violet

📋 copy color: '#AC4090'

red 172 ◦ green 64 ◦ blue 144

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

Shades of Medium Red Violet #AC4090

Tints of Medium Red Violet #AC4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

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

R = 45.26%
G = 16.84%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC4090 (or 0xAC4090) is known color: Medium Red Violet. HEX triplet: AC, 40 and 90. RGB value is (172,64,144). Sum of RGB (Red+Green+Blue) = 172+64+144=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4090 is #53BF6F. Grayscale: #696969. Windows color (decimal): -5488496 or 9453740. OLE color: 9453740.

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

Color convert

RGB 172 64 144 -
CMYK 0 0.63 0.16 0.33
HSL 315.56º 0.46% 0.46% -
HSV(B) 315.56º 0.63% 0.67% -
XYZ 23.88 14.45 27.92 -
YUV 105.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 172 64 144 0 0.63 0.16 0.33 315.56 0.46 0.46
Hex AC 40 90 0 3F 10 21 13C 2E 2E
Octal 254 100 220 0 77 20 41 474 56 56
Binary 10101100 1000000 10010000 0 111111 10000 100001 100111100 101110 101110

Color Harmonies of #AC4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4090

Black with #AC4090

Text Example


Text Example

White with #AC4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4090; }

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

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

background-color css

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

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

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

border-color css

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

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

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