Html Css Color HEX #AC3695 Medium Red Violet

📋 copy color: '#AC3695'

red 172 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #AC3695

Tints of Medium Red Violet #AC3695

RGB

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

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

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

R = 45.87%
G = 14.4%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC3695 (or 0xAC3695) is known color: Medium Red Violet. HEX triplet: AC, 36 and 95. RGB value is (172,54,149). Sum of RGB (Red+Green+Blue) = 172+54+149=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3695 is #53C96A. Grayscale: #636363. Windows color (decimal): -5491051 or 9778860. OLE color: 9778860.

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

Color convert

RGB 172 54 149 -
CMYK 0 0.69 0.13 0.33
HSL 311.69º 0.52% 0.44% -
HSV(B) 311.69º 0.69% 0.67% -
XYZ 23.76 13.58 29.8 -
YUV 100.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 172 54 149 0 0.69 0.13 0.33 311.69 0.52 0.44
Hex AC 36 95 0 45 D 21 138 34 2C
Octal 254 66 225 0 105 15 41 470 64 54
Binary 10101100 110110 10010101 0 1000101 1101 100001 100111000 110100 101100

Color Harmonies of #AC3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3695

Black with #AC3695

Text Example


Text Example

White with #AC3695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3695; }

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

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

background-color css

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

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

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

border-color css

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

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

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