Html Css Color HEX #AC458C Medium Red Violet

📋 copy color: '#AC458C'

red 172 ◦ green 69 ◦ blue 140

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

Shades of Medium Red Violet #AC458C

Tints of Medium Red Violet #AC458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.11%

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

R = 45.14%
G = 18.11%
B = 36.75%

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

#AC458C (or 0xAC458C) is known color: Medium Red Violet. HEX triplet: AC, 45 and 8C. RGB value is (172,69,140). Sum of RGB (Red+Green+Blue) = 172+69+140=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC458C is #53BA73. Grayscale: #6B6B6B. Windows color (decimal): -5487220 or 9192876. OLE color: 9192876.

HSL color Cylindrical-coordinate representation of color #AC458C: hue angle of 318.64º 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 #AC458C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 140 -
CMYK 0 0.60 0.19 0.33
HSL 318.64º 0.43% 0.47% -
HSV(B) 318.64º 0.6% 0.67% -
XYZ 23.88 14.92 26.43 -
YUV 107.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 172 69 140 0 0.60 0.19 0.33 318.64 0.43 0.47
Hex AC 45 8C 0 3C 13 21 13F 2B 2F
Octal 254 105 214 0 74 23 41 477 53 57
Binary 10101100 1000101 10001100 0 111100 10011 100001 100111111 101011 101111

Color Harmonies of #AC458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC458C

Black with #AC458C

Text Example


Text Example

White with #AC458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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