Html Css Color HEX #AC448C Medium Red Violet

📋 copy color: '#AC448C'

red 172 ◦ green 68 ◦ blue 140

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

Shades of Medium Red Violet #AC448C

Tints of Medium Red Violet #AC448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 45.26%
G = 17.89%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC448C (or 0xAC448C) is known color: Medium Red Violet. HEX triplet: AC, 44 and 8C. RGB value is (172,68,140). Sum of RGB (Red+Green+Blue) = 172+68+140=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC448C is #53BB73. Grayscale: #6B6B6B. Windows color (decimal): -5487476 or 9192620. OLE color: 9192620.

HSL color Cylindrical-coordinate representation of color #AC448C: hue angle of 318.46º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC448C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 140 -
CMYK 0 0.60 0.19 0.33
HSL 318.46º 0.43% 0.47% -
HSV(B) 318.46º 0.6% 0.67% -
XYZ 23.81 14.8 26.41 -
YUV 107.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 172 68 140 0 0.60 0.19 0.33 318.46 0.43 0.47
Hex AC 44 8C 0 3C 13 21 13E 2B 2F
Octal 254 104 214 0 74 23 41 476 53 57
Binary 10101100 1000100 10001100 0 111100 10011 100001 100111110 101011 101111

Color Harmonies of #AC448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC448C

Black with #AC448C

Text Example


Text Example

White with #AC448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC448C; }

 p { color: rgb(172,68,140); }

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

background-color css

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

 a { background-color: rgb(172,68,140); }

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

border-color css

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

 span { border-color: rgb(172,68,140); }

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