Html Css Color HEX #AC3795 Medium Red Violet

📋 copy color: '#AC3795'

red 172 ◦ green 55 ◦ blue 149

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

Shades of Medium Red Violet #AC3795

Tints of Medium Red Violet #AC3795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 45.74%
G = 14.63%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC3795 (or 0xAC3795) is known color: Medium Red Violet. HEX triplet: AC, 37 and 95. RGB value is (172,55,149). Sum of RGB (Red+Green+Blue) = 172+55+149=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3795 is #53C86A. Grayscale: #646464. Windows color (decimal): -5490795 or 9779116. OLE color: 9779116.

HSL color Cylindrical-coordinate representation of color #AC3795: hue angle of 311.79º 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 #AC3795 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 149 -
CMYK 0 0.68 0.13 0.33
HSL 311.79º 0.52% 0.45% -
HSV(B) 311.79º 0.68% 0.67% -
XYZ 23.8 13.67 29.82 -
YUV 100.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 172 55 149 0 0.68 0.13 0.33 311.79 0.52 0.45
Hex AC 37 95 0 44 D 21 138 34 2D
Octal 254 67 225 0 104 15 41 470 64 55
Binary 10101100 110111 10010101 0 1000100 1101 100001 100111000 110100 101101

Color Harmonies of #AC3795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3795

Black with #AC3795

Text Example


Text Example

White with #AC3795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3795; }

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

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

background-color css

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

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

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

border-color css

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

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

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