Html Css Color HEX #AC0884 Medium Violet Red

📋 copy color: '#AC0884'

red 172 ◦ green 8 ◦ blue 132

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

Shades of Medium Violet Red #AC0884

Tints of Medium Violet Red #AC0884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 55.13%
G = 2.56%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0884 (or 0xAC0884) is known color: Medium Violet Red. HEX triplet: AC, 08 and 84. RGB value is (172,8,132). Sum of RGB (Red+Green+Blue) = 172+8+132=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0884 is #53F77B. Grayscale: #464646. Windows color (decimal): -5502844 or 8652972. OLE color: 8652972.

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

Color convert

RGB 172 8 132 -
CMYK 0 0.95 0.23 0.33
HSL 314.63º 0.91% 0.35% -
HSV(B) 314.63º 0.95% 0.67% -
XYZ 21.26 10.61 22.76 -
YUV 71.17 162.33 199.92 -
System Red Green Blue C M Y K H S L
Decimal 172 8 132 0 0.95 0.23 0.33 314.63 0.91 0.35
Hex AC 8 84 0 5F 17 21 13B 5B 23
Octal 254 10 204 0 137 27 41 473 133 43
Binary 10101100 1000 10000100 0 1011111 10111 100001 100111011 1011011 100011

Color Harmonies of #AC0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0884

Black with #AC0884

Text Example


Text Example

White with #AC0884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0884; }

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

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

background-color css

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

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

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

border-color css

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

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

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