Html Css Color HEX #AC087F Medium Violet Red

📋 copy color: '#AC087F'

red 172 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #AC087F

Tints of Medium Violet Red #AC087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.37%

R = 56.03%
G = 2.61%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC087F (or 0xAC087F) is known color: Medium Violet Red. HEX triplet: AC, 08 and 7F. RGB value is (172,8,127). Sum of RGB (Red+Green+Blue) = 172+8+127=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC087F is #53F780. Grayscale: #464646. Windows color (decimal): -5502849 or 8325292. OLE color: 8325292.

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

Color convert

RGB 172 8 127 -
CMYK 0 0.95 0.26 0.33
HSL 316.46º 0.91% 0.35% -
HSV(B) 316.46º 0.95% 0.67% -
XYZ 20.93 10.48 21 -
YUV 70.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 172 8 127 0 0.95 0.26 0.33 316.46 0.91 0.35
Hex AC 8 7F 0 5F 1A 21 13C 5B 23
Octal 254 10 177 0 137 32 41 474 133 43
Binary 10101100 1000 1111111 0 1011111 11010 100001 100111100 1011011 100011

Color Harmonies of #AC087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC087F

Black with #AC087F

Text Example


Text Example

White with #AC087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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