Html Css Color HEX #AC488E Medium Red Violet

📋 copy color: '#AC488E'

red 172 ◦ green 72 ◦ blue 142

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

Shades of Medium Red Violet #AC488E

Tints of Medium Red Violet #AC488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 44.56%
G = 18.65%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC488E (or 0xAC488E) is known color: Medium Red Violet. HEX triplet: AC, 48 and 8E. RGB value is (172,72,142). Sum of RGB (Red+Green+Blue) = 172+72+142=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC488E is #53B771. Grayscale: #6D6D6D. Windows color (decimal): -5486450 or 9324716. OLE color: 9324716.

HSL color Cylindrical-coordinate representation of color #AC488E: hue angle of 318º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC488E is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 142 -
CMYK 0 0.58 0.17 0.33
HSL 318º 0.41% 0.48% -
HSV(B) 318º 0.58% 0.67% -
XYZ 24.21 15.36 27.28 -
YUV 109.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 172 72 142 0 0.58 0.17 0.33 318 0.41 0.48
Hex AC 48 8E 0 3A 11 21 13E 29 30
Octal 254 110 216 0 72 21 41 476 51 60
Binary 10101100 1001000 10001110 0 111010 10001 100001 100111110 101001 110000

Color Harmonies of #AC488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC488E

Black with #AC488E

Text Example


Text Example

White with #AC488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC488E; }

 p { color: rgb(172,72,142); }

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

background-color css

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

 a { background-color: rgb(172,72,142); }

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

border-color css

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

 span { border-color: rgb(172,72,142); }

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