Html Css Color HEX #AC1A89 Medium Violet Red

📋 copy color: '#AC1A89'

red 172 ◦ green 26 ◦ blue 137

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

Shades of Medium Violet Red #AC1A89

Tints of Medium Violet Red #AC1A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 51.34%
G = 7.76%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC1A89 (or 0xAC1A89) is known color: Medium Violet Red. HEX triplet: AC, 1A and 89. RGB value is (172,26,137). Sum of RGB (Red+Green+Blue) = 172+26+137=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A89 is #53E576. Grayscale: #525252. Windows color (decimal): -5498231 or 8985260. OLE color: 8985260.

HSL color Cylindrical-coordinate representation of color #AC1A89: hue angle of 314.38º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A89 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 137 -
CMYK 0 0.85 0.20 0.33
HSL 314.38º 0.74% 0.39% -
HSV(B) 314.38º 0.85% 0.67% -
XYZ 21.9 11.32 24.7 -
YUV 82.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 172 26 137 0 0.85 0.20 0.33 314.38 0.74 0.39
Hex AC 1A 89 0 55 14 21 13A 4A 27
Octal 254 32 211 0 125 24 41 472 112 47
Binary 10101100 11010 10001001 0 1010101 10100 100001 100111010 1001010 100111

Color Harmonies of #AC1A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A89

Black with #AC1A89

Text Example


Text Example

White with #AC1A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A89; }

 p { color: rgb(172,26,137); }

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

background-color css

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

 a { background-color: rgb(172,26,137); }

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

border-color css

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

 span { border-color: rgb(172,26,137); }

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