Html Css Color HEX #AC0886 Medium Violet Red

📋 copy color: '#AC0886'

red 172 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #AC0886

Tints of Medium Violet Red #AC0886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.55%

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

R = 54.78%
G = 2.55%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC0886 (or 0xAC0886) is known color: Medium Violet Red. HEX triplet: AC, 08 and 86. RGB value is (172,8,134). Sum of RGB (Red+Green+Blue) = 172+8+134=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0886 is #53F779. Grayscale: #474747. Windows color (decimal): -5502842 or 8784044. OLE color: 8784044.

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

Color convert

RGB 172 8 134 -
CMYK 0 0.95 0.22 0.33
HSL 313.9º 0.91% 0.35% -
HSV(B) 313.9º 0.95% 0.67% -
XYZ 21.4 10.67 23.48 -
YUV 71.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 172 8 134 0 0.95 0.22 0.33 313.9 0.91 0.35
Hex AC 8 86 0 5F 16 21 13A 5B 23
Octal 254 10 206 0 137 26 41 472 133 43
Binary 10101100 1000 10000110 0 1011111 10110 100001 100111010 1011011 100011

Color Harmonies of #AC0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0886

Black with #AC0886

Text Example


Text Example

White with #AC0886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0886; }

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

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

background-color css

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

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

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

border-color css

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

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

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