Html Css Color HEX #AC0F86 Medium Violet Red

📋 copy color: '#AC0F86'

red 172 ◦ green 15 ◦ blue 134

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

Shades of Medium Violet Red #AC0F86

Tints of Medium Violet Red #AC0F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.67%

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 53.58%
G = 4.67%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC0F86 (or 0xAC0F86) is known color: Medium Violet Red. HEX triplet: AC, 0F and 86. RGB value is (172,15,134). Sum of RGB (Red+Green+Blue) = 172+15+134=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F86 is #53F079. Grayscale: #4B4B4B. Windows color (decimal): -5501050 or 8785836. OLE color: 8785836.

HSL color Cylindrical-coordinate representation of color #AC0F86: hue angle of 314.52º degrees, saturation: 0.84, 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 #AC0F86 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 134 -
CMYK 0 0.91 0.22 0.33
HSL 314.52º 0.84% 0.37% -
HSV(B) 314.52º 0.91% 0.67% -
XYZ 21.49 10.83 23.51 -
YUV 75.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 172 15 134 0 0.91 0.22 0.33 314.52 0.84 0.37
Hex AC F 86 0 5B 16 21 13B 54 25
Octal 254 17 206 0 133 26 41 473 124 45
Binary 10101100 1111 10000110 0 1011011 10110 100001 100111011 1010100 100101

Color Harmonies of #AC0F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F86

Black with #AC0F86

Text Example


Text Example

White with #AC0F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F86; }

 p { color: rgb(172,15,134); }

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

background-color css

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

 a { background-color: rgb(172,15,134); }

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

border-color css

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

 span { border-color: rgb(172,15,134); }

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