Html Css Color HEX #AC1287 Medium Violet Red

📋 copy color: '#AC1287'

red 172 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #AC1287

Tints of Medium Violet Red #AC1287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 52.92%
G = 5.54%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC1287 (or 0xAC1287) is known color: Medium Violet Red. HEX triplet: AC, 12 and 87. RGB value is (172,18,135). Sum of RGB (Red+Green+Blue) = 172+18+135=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1287 is #53ED78. Grayscale: #4D4D4D. Windows color (decimal): -5500281 or 8852140. OLE color: 8852140.

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

Color convert

RGB 172 18 135 -
CMYK 0 0.90 0.22 0.33
HSL 314.42º 0.81% 0.37% -
HSV(B) 314.42º 0.9% 0.67% -
XYZ 21.6 10.95 23.9 -
YUV 77.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 172 18 135 0 0.90 0.22 0.33 314.42 0.81 0.37
Hex AC 12 87 0 5A 16 21 13A 51 25
Octal 254 22 207 0 132 26 41 472 121 45
Binary 10101100 10010 10000111 0 1011010 10110 100001 100111010 1010001 100101

Color Harmonies of #AC1287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1287

Black with #AC1287

Text Example


Text Example

White with #AC1287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1287; }

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

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

background-color css

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

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

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

border-color css

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

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

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