Html Css Color HEX #AC1592 Medium Violet Red

📋 copy color: '#AC1592'

red 172 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #AC1592

Tints of Medium Violet Red #AC1592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 50.74%
G = 6.19%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC1592 (or 0xAC1592) is known color: Medium Violet Red. HEX triplet: AC, 15 and 92. RGB value is (172,21,146). Sum of RGB (Red+Green+Blue) = 172+21+146=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1592 is #53EA6D. Grayscale: #505050. Windows color (decimal): -5499502 or 9573804. OLE color: 9573804.

HSL color Cylindrical-coordinate representation of color #AC1592: hue angle of 310.33º 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 #AC1592 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 146 -
CMYK 0 0.88 0.15 0.33
HSL 310.33º 0.78% 0.38% -
HSV(B) 310.33º 0.88% 0.67% -
XYZ 22.47 11.38 28.21 -
YUV 80.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 172 21 146 0 0.88 0.15 0.33 310.33 0.78 0.38
Hex AC 15 92 0 58 F 21 136 4E 26
Octal 254 25 222 0 130 17 41 466 116 46
Binary 10101100 10101 10010010 0 1011000 1111 100001 100110110 1001110 100110

Color Harmonies of #AC1592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1592

Black with #AC1592

Text Example


Text Example

White with #AC1592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1592; }

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

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

background-color css

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

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

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

border-color css

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

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

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