Html Css Color HEX #AC3275 Medium Red Violet

📋 copy color: '#AC3275'

red 172 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #AC3275

Tints of Medium Red Violet #AC3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 50.74%
G = 14.75%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC3275 (or 0xAC3275) is known color: Medium Red Violet. HEX triplet: AC, 32 and 75. RGB value is (172,50,117). Sum of RGB (Red+Green+Blue) = 172+50+117=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3275 is #53CD8A. Grayscale: #5D5D5D. Windows color (decimal): -5492107 or 7680684. OLE color: 7680684.

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

Color convert

RGB 172 50 117 -
CMYK 0 0.71 0.32 0.33
HSL 327.05º 0.55% 0.44% -
HSV(B) 327.05º 0.71% 0.67% -
XYZ 21.36 12.34 18.08 -
YUV 94.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 172 50 117 0 0.71 0.32 0.33 327.05 0.55 0.44
Hex AC 32 75 0 47 20 21 147 37 2C
Octal 254 62 165 0 107 40 41 507 67 54
Binary 10101100 110010 1110101 0 1000111 100000 100001 101000111 110111 101100

Color Harmonies of #AC3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3275

Black with #AC3275

Text Example


Text Example

White with #AC3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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