Html Css Color HEX #AC3875 Medium Red Violet

📋 copy color: '#AC3875'

red 172 ◦ green 56 ◦ blue 117

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

Shades of Medium Red Violet #AC3875

Tints of Medium Red Violet #AC3875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

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

R = 49.86%
G = 16.23%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC3875 (or 0xAC3875) is known color: Medium Red Violet. HEX triplet: AC, 38 and 75. RGB value is (172,56,117). Sum of RGB (Red+Green+Blue) = 172+56+117=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3875 is #53C78A. Grayscale: #616161. Windows color (decimal): -5490571 or 7682220. OLE color: 7682220.

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

Color convert

RGB 172 56 117 -
CMYK 0 0.67 0.32 0.33
HSL 328.45º 0.51% 0.45% -
HSV(B) 328.45º 0.67% 0.67% -
XYZ 21.64 12.88 18.18 -
YUV 97.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 172 56 117 0 0.67 0.32 0.33 328.45 0.51 0.45
Hex AC 38 75 0 43 20 21 148 33 2D
Octal 254 70 165 0 103 40 41 510 63 55
Binary 10101100 111000 1110101 0 1000011 100000 100001 101001000 110011 101101

Color Harmonies of #AC3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3875

Black with #AC3875

Text Example


Text Example

White with #AC3875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3875; }

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

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

background-color css

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

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

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

border-color css

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

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

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