Html Css Color HEX #AC3B7D Medium Red Violet

📋 copy color: '#AC3B7D'

red 172 ◦ green 59 ◦ blue 125

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

Shades of Medium Red Violet #AC3B7D

Tints of Medium Red Violet #AC3B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.57%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 48.31%
G = 16.57%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC3B7D (or 0xAC3B7D) is known color: Medium Red Violet. HEX triplet: AC, 3B and 7D. RGB value is (172,59,125). Sum of RGB (Red+Green+Blue) = 172+59+125=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B7D is #53C482. Grayscale: #646464. Windows color (decimal): -5489795 or 8207276. OLE color: 8207276.

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

Color convert

RGB 172 59 125 -
CMYK 0 0.66 0.27 0.33
HSL 324.96º 0.49% 0.45% -
HSV(B) 324.96º 0.66% 0.67% -
XYZ 22.28 13.38 20.81 -
YUV 100.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 172 59 125 0 0.66 0.27 0.33 324.96 0.49 0.45
Hex AC 3B 7D 0 42 1B 21 145 31 2D
Octal 254 73 175 0 102 33 41 505 61 55
Binary 10101100 111011 1111101 0 1000010 11011 100001 101000101 110001 101101

Color Harmonies of #AC3B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B7D

Black with #AC3B7D

Text Example


Text Example

White with #AC3B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B7D; }

 p { color: rgb(172,59,125); }

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

background-color css

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

 a { background-color: rgb(172,59,125); }

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

border-color css

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

 span { border-color: rgb(172,59,125); }

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