Html Css Color HEX #AC1087 Medium Violet Red

📋 copy color: '#AC1087'

red 172 ◦ green 16 ◦ blue 135

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

Shades of Medium Violet Red #AC1087

Tints of Medium Violet Red #AC1087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

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

R = 53.25%
G = 4.95%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC1087 (or 0xAC1087) is known color: Medium Violet Red. HEX triplet: AC, 10 and 87. RGB value is (172,16,135). Sum of RGB (Red+Green+Blue) = 172+16+135=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1087 is #53EF78. Grayscale: #4B4B4B. Windows color (decimal): -5500793 or 8851628. OLE color: 8851628.

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

Color convert

RGB 172 16 135 -
CMYK 0 0.91 0.22 0.33
HSL 314.23º 0.83% 0.37% -
HSV(B) 314.23º 0.91% 0.67% -
XYZ 21.57 10.89 23.89 -
YUV 76.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 172 16 135 0 0.91 0.22 0.33 314.23 0.83 0.37
Hex AC 10 87 0 5B 16 21 13A 53 25
Octal 254 20 207 0 133 26 41 472 123 45
Binary 10101100 10000 10000111 0 1011011 10110 100001 100111010 1010011 100101

Color Harmonies of #AC1087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1087

Black with #AC1087

Text Example


Text Example

White with #AC1087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1087; }

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

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

background-color css

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

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

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

border-color css

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

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

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