Html Css Color HEX #AC0287 Medium Violet Red

📋 copy color: '#AC0287'

red 172 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #AC0287

Tints of Medium Violet Red #AC0287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 55.66%
G = 0.65%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC0287 (or 0xAC0287) is known color: Medium Violet Red. HEX triplet: AC, 02 and 87. RGB value is (172,2,135). Sum of RGB (Red+Green+Blue) = 172+2+135=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0287 is #53FD78. Grayscale: #434343. Windows color (decimal): -5504377 or 8848044. OLE color: 8848044.

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

Color convert

RGB 172 2 135 -
CMYK 0 0.99 0.22 0.33
HSL 313.06º 0.98% 0.34% -
HSV(B) 313.06º 0.99% 0.67% -
XYZ 21.41 10.56 23.83 -
YUV 67.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 172 2 135 0 0.99 0.22 0.33 313.06 0.98 0.34
Hex AC 2 87 0 63 16 21 139 62 22
Octal 254 2 207 0 143 26 41 471 142 42
Binary 10101100 10 10000111 0 1100011 10110 100001 100111001 1100010 100010

Color Harmonies of #AC0287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0287

Black with #AC0287

Text Example


Text Example

White with #AC0287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0287; }

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

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

background-color css

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

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

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

border-color css

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

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

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