Html Css Color HEX #AC4685 Medium Red Violet

📋 copy color: '#AC4685'

red 172 ◦ green 70 ◦ blue 133

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

Shades of Medium Red Violet #AC4685

Tints of Medium Red Violet #AC4685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 45.87%
G = 18.67%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC4685 (or 0xAC4685) is known color: Medium Red Violet. HEX triplet: AC, 46 and 85. RGB value is (172,70,133). Sum of RGB (Red+Green+Blue) = 172+70+133=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4685 is #53B97A. Grayscale: #6B6B6B. Windows color (decimal): -5486971 or 8734380. OLE color: 8734380.

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

Color convert

RGB 172 70 133 -
CMYK 0 0.59 0.23 0.33
HSL 322.94º 0.42% 0.47% -
HSV(B) 322.94º 0.59% 0.67% -
XYZ 23.44 14.84 23.82 -
YUV 107.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 172 70 133 0 0.59 0.23 0.33 322.94 0.42 0.47
Hex AC 46 85 0 3B 17 21 143 2A 2F
Octal 254 106 205 0 73 27 41 503 52 57
Binary 10101100 1000110 10000101 0 111011 10111 100001 101000011 101010 101111

Color Harmonies of #AC4685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4685

Black with #AC4685

Text Example


Text Example

White with #AC4685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4685; }

 p { color: rgb(172,70,133); }

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

background-color css

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

 a { background-color: rgb(172,70,133); }

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

border-color css

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

 span { border-color: rgb(172,70,133); }

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