Html Css Color HEX #AC1089 Medium Violet Red

📋 copy color: '#AC1089'

red 172 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #AC1089

Tints of Medium Violet Red #AC1089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

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

R = 52.92%
G = 4.92%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC1089 (or 0xAC1089) is known color: Medium Violet Red. HEX triplet: AC, 10 and 89. RGB value is (172,16,137). Sum of RGB (Red+Green+Blue) = 172+16+137=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1089 is #53EF76. Grayscale: #4C4C4C. Windows color (decimal): -5500791 or 8982700. OLE color: 8982700.

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

Color convert

RGB 172 16 137 -
CMYK 0 0.91 0.20 0.33
HSL 313.46º 0.83% 0.37% -
HSV(B) 313.46º 0.91% 0.67% -
XYZ 21.71 10.95 24.64 -
YUV 76.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 172 16 137 0 0.91 0.20 0.33 313.46 0.83 0.37
Hex AC 10 89 0 5B 14 21 139 53 25
Octal 254 20 211 0 133 24 41 471 123 45
Binary 10101100 10000 10001001 0 1011011 10100 100001 100111001 1010011 100101

Color Harmonies of #AC1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1089

Black with #AC1089

Text Example


Text Example

White with #AC1089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1089; }

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

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

background-color css

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

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

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

border-color css

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

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

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