Html Css Color HEX #AC3775 Medium Red Violet

📋 copy color: '#AC3775'

red 172 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #AC3775

Tints of Medium Red Violet #AC3775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

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

R = 50%
G = 15.99%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC3775 (or 0xAC3775) is known color: Medium Red Violet. HEX triplet: AC, 37 and 75. RGB value is (172,55,117). Sum of RGB (Red+Green+Blue) = 172+55+117=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3775 is #53C88A. Grayscale: #606060. Windows color (decimal): -5490827 or 7681964. OLE color: 7681964.

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

Color convert

RGB 172 55 117 -
CMYK 0 0.68 0.32 0.33
HSL 328.21º 0.52% 0.45% -
HSV(B) 328.21º 0.68% 0.67% -
XYZ 21.59 12.79 18.16 -
YUV 97.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 172 55 117 0 0.68 0.32 0.33 328.21 0.52 0.45
Hex AC 37 75 0 44 20 21 148 34 2D
Octal 254 67 165 0 104 40 41 510 64 55
Binary 10101100 110111 1110101 0 1000100 100000 100001 101001000 110100 101101

Color Harmonies of #AC3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3775

Black with #AC3775

Text Example


Text Example

White with #AC3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3775; }

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

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

background-color css

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

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

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

border-color css

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

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

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