Html Css Color HEX #AC0881 Medium Violet Red

📋 copy color: '#AC0881'

red 172 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #AC0881

Tints of Medium Violet Red #AC0881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 55.66%
G = 2.59%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC0881 (or 0xAC0881) is known color: Medium Violet Red. HEX triplet: AC, 08 and 81. RGB value is (172,8,129). Sum of RGB (Red+Green+Blue) = 172+8+129=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0881 is #53F77E. Grayscale: #464646. Windows color (decimal): -5502847 or 8456364. OLE color: 8456364.

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

Color convert

RGB 172 8 129 -
CMYK 0 0.95 0.25 0.33
HSL 315.73º 0.91% 0.35% -
HSV(B) 315.73º 0.95% 0.67% -
XYZ 21.06 10.53 21.69 -
YUV 70.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 172 8 129 0 0.95 0.25 0.33 315.73 0.91 0.35
Hex AC 8 81 0 5F 19 21 13C 5B 23
Octal 254 10 201 0 137 31 41 474 133 43
Binary 10101100 1000 10000001 0 1011111 11001 100001 100111100 1011011 100011

Color Harmonies of #AC0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0881

Black with #AC0881

Text Example


Text Example

White with #AC0881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0881; }

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

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

background-color css

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

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

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

border-color css

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

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

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