Html Css Color HEX #AC3185 Medium Red Violet

📋 copy color: '#AC3185'

red 172 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #AC3185

Tints of Medium Red Violet #AC3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 133 (52.34% from 255) = 37.57%

R = 48.59%
G = 13.84%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC3185 (or 0xAC3185) is known color: Medium Red Violet. HEX triplet: AC, 31 and 85. RGB value is (172,49,133). Sum of RGB (Red+Green+Blue) = 172+49+133=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3185 is #53CE7A. Grayscale: #5F5F5F. Windows color (decimal): -5492347 or 8729004. OLE color: 8729004.

HSL color Cylindrical-coordinate representation of color #AC3185: hue angle of 319.02º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3185 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 133 -
CMYK 0 0.72 0.23 0.33
HSL 319.02º 0.56% 0.43% -
HSV(B) 319.02º 0.72% 0.67% -
XYZ 22.35 12.66 23.46 -
YUV 95.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 172 49 133 0 0.72 0.23 0.33 319.02 0.56 0.43
Hex AC 31 85 0 48 17 21 13F 38 2B
Octal 254 61 205 0 110 27 41 477 70 53
Binary 10101100 110001 10000101 0 1001000 10111 100001 100111111 111000 101011

Color Harmonies of #AC3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3185

Black with #AC3185

Text Example


Text Example

White with #AC3185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3185; }

 p { color: rgb(172,49,133); }

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

background-color css

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

 a { background-color: rgb(172,49,133); }

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

border-color css

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

 span { border-color: rgb(172,49,133); }

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