Html Css Color HEX #AC0289 Medium Violet Red

📋 copy color: '#AC0289'

red 172 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #AC0289

Tints of Medium Violet Red #AC0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 55.31%
G = 0.64%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC0289 (or 0xAC0289) is known color: Medium Violet Red. HEX triplet: AC, 02 and 89. RGB value is (172,2,137). Sum of RGB (Red+Green+Blue) = 172+2+137=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0289 is #53FD76. Grayscale: #434343. Windows color (decimal): -5504375 or 8979116. OLE color: 8979116.

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

Color convert

RGB 172 2 137 -
CMYK 0 0.99 0.20 0.33
HSL 312.35º 0.98% 0.34% -
HSV(B) 312.35º 0.99% 0.67% -
XYZ 21.55 10.62 24.58 -
YUV 68.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 172 2 137 0 0.99 0.20 0.33 312.35 0.98 0.34
Hex AC 2 89 0 63 14 21 138 62 22
Octal 254 2 211 0 143 24 41 470 142 42
Binary 10101100 10 10001001 0 1100011 10100 100001 100111000 1100010 100010

Color Harmonies of #AC0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0289

Black with #AC0289

Text Example


Text Example

White with #AC0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0289; }

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

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

background-color css

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

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

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

border-color css

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

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

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