Html Css Color HEX #AC1594 Medium Violet Red

📋 copy color: '#AC1594'

red 172 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #AC1594

Tints of Medium Violet Red #AC1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.16%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 50.44%
G = 6.16%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC1594 (or 0xAC1594) is known color: Medium Violet Red. HEX triplet: AC, 15 and 94. RGB value is (172,21,148). Sum of RGB (Red+Green+Blue) = 172+21+148=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1594 is #53EA6B. Grayscale: #505050. Windows color (decimal): -5499500 or 9704876. OLE color: 9704876.

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

Color convert

RGB 172 21 148 -
CMYK 0 0.88 0.14 0.33
HSL 309.54º 0.78% 0.38% -
HSV(B) 309.54º 0.88% 0.67% -
XYZ 22.63 11.45 29.03 -
YUV 80.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 172 21 148 0 0.88 0.14 0.33 309.54 0.78 0.38
Hex AC 15 94 0 58 E 21 136 4E 26
Octal 254 25 224 0 130 16 41 466 116 46
Binary 10101100 10101 10010100 0 1011000 1110 100001 100110110 1001110 100110

Color Harmonies of #AC1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1594

Black with #AC1594

Text Example


Text Example

White with #AC1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1594; }

 p { color: rgb(172,21,148); }

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

background-color css

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

 a { background-color: rgb(172,21,148); }

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

border-color css

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

 span { border-color: rgb(172,21,148); }

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