Html Css Color HEX #AC288A Medium Red Violet

📋 copy color: '#AC288A'

red 172 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #AC288A

Tints of Medium Red Violet #AC288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 49.14%
G = 11.43%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC288A (or 0xAC288A) is known color: Medium Red Violet. HEX triplet: AC, 28 and 8A. RGB value is (172,40,138). Sum of RGB (Red+Green+Blue) = 172+40+138=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC288A is #53D775. Grayscale: #5A5A5A. Windows color (decimal): -5494646 or 9054380. OLE color: 9054380.

HSL color Cylindrical-coordinate representation of color #AC288A: hue angle of 315.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC288A is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 138 -
CMYK 0 0.77 0.20 0.33
HSL 315.45º 0.62% 0.42% -
HSV(B) 315.45º 0.77% 0.67% -
XYZ 22.36 12.12 25.21 -
YUV 90.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 172 40 138 0 0.77 0.20 0.33 315.45 0.62 0.42
Hex AC 28 8A 0 4D 14 21 13B 3E 2A
Octal 254 50 212 0 115 24 41 473 76 52
Binary 10101100 101000 10001010 0 1001101 10100 100001 100111011 111110 101010

Color Harmonies of #AC288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC288A

Black with #AC288A

Text Example


Text Example

White with #AC288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC288A; }

 p { color: rgb(172,40,138); }

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

background-color css

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

 a { background-color: rgb(172,40,138); }

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

border-color css

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

 span { border-color: rgb(172,40,138); }

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