Html Css Color HEX #AC3675 Medium Red Violet

📋 copy color: '#AC3675'

red 172 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #AC3675

Tints of Medium Red Violet #AC3675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 50.15%
G = 15.74%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC3675 (or 0xAC3675) is known color: Medium Red Violet. HEX triplet: AC, 36 and 75. RGB value is (172,54,117). Sum of RGB (Red+Green+Blue) = 172+54+117=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3675 is #53C98A. Grayscale: #606060. Windows color (decimal): -5491083 or 7681708. OLE color: 7681708.

HSL color Cylindrical-coordinate representation of color #AC3675: hue angle of 327.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3675 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 54 117 -
CMYK 0 0.69 0.32 0.33
HSL 327.97º 0.52% 0.44% -
HSV(B) 327.97º 0.69% 0.67% -
XYZ 21.54 12.69 18.14 -
YUV 96.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 172 54 117 0 0.69 0.32 0.33 327.97 0.52 0.44
Hex AC 36 75 0 45 20 21 148 34 2C
Octal 254 66 165 0 105 40 41 510 64 54
Binary 10101100 110110 1110101 0 1000101 100000 100001 101001000 110100 101100

Color Harmonies of #AC3675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3675

Black with #AC3675

Text Example


Text Example

White with #AC3675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3675; }

 p { color: rgb(172,54,117); }

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

background-color css

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

 a { background-color: rgb(172,54,117); }

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

border-color css

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

 span { border-color: rgb(172,54,117); }

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