Html Css Color HEX #AC1086 Medium Violet Red

📋 copy color: '#AC1086'

red 172 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #AC1086

Tints of Medium Violet Red #AC1086

RGB

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

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

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

R = 53.42%
G = 4.97%
B = 41.61%

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

#AC1086 (or 0xAC1086) is known color: Medium Violet Red. HEX triplet: AC, 10 and 86. RGB value is (172,16,134). Sum of RGB (Red+Green+Blue) = 172+16+134=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1086 is #53EF79. Grayscale: #4B4B4B. Windows color (decimal): -5500794 or 8786092. OLE color: 8786092.

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

Color convert

RGB 172 16 134 -
CMYK 0 0.91 0.22 0.33
HSL 314.62º 0.83% 0.37% -
HSV(B) 314.62º 0.91% 0.67% -
XYZ 21.5 10.86 23.52 -
YUV 76.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 172 16 134 0 0.91 0.22 0.33 314.62 0.83 0.37
Hex AC 10 86 0 5B 16 21 13B 53 25
Octal 254 20 206 0 133 26 41 473 123 45
Binary 10101100 10000 10000110 0 1011011 10110 100001 100111011 1010011 100101

Color Harmonies of #AC1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1086

Black with #AC1086

Text Example


Text Example

White with #AC1086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1086; }

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

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

background-color css

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

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

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

border-color css

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

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

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