Html Css Color HEX #AC0987 Medium Violet Red

📋 copy color: '#AC0987'

red 172 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #AC0987

Tints of Medium Violet Red #AC0987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 54.43%
G = 2.85%
B = 42.72%

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

#AC0987 (or 0xAC0987) is known color: Medium Violet Red. HEX triplet: AC, 09 and 87. RGB value is (172,9,135). Sum of RGB (Red+Green+Blue) = 172+9+135=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0987 is #53F678. Grayscale: #474747. Windows color (decimal): -5502585 or 8849836. OLE color: 8849836.

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

Color convert

RGB 172 9 135 -
CMYK 0 0.95 0.22 0.33
HSL 313.62º 0.9% 0.35% -
HSV(B) 313.62º 0.95% 0.67% -
XYZ 21.48 10.72 23.86 -
YUV 72.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 172 9 135 0 0.95 0.22 0.33 313.62 0.9 0.35
Hex AC 9 87 0 5F 16 21 13A 5A 23
Octal 254 11 207 0 137 26 41 472 132 43
Binary 10101100 1001 10000111 0 1011111 10110 100001 100111010 1011010 100011

Color Harmonies of #AC0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0987

Black with #AC0987

Text Example


Text Example

White with #AC0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0987; }

 p { color: rgb(172,9,135); }

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

background-color css

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

 a { background-color: rgb(172,9,135); }

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

border-color css

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

 span { border-color: rgb(172,9,135); }

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