Html Css Color HEX #AC3483 Medium Red Violet

📋 copy color: '#AC3483'

red 172 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #AC3483

Tints of Medium Red Violet #AC3483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

 BLUE value IS 131 (51.56% from 255) = 36.9%

R = 48.45%
G = 14.65%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC3483 (or 0xAC3483) is known color: Medium Red Violet. HEX triplet: AC, 34 and 83. RGB value is (172,52,131). Sum of RGB (Red+Green+Blue) = 172+52+131=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3483 is #53CB7C. Grayscale: #606060. Windows color (decimal): -5491581 or 8598700. OLE color: 8598700.

HSL color Cylindrical-coordinate representation of color #AC3483: hue angle of 320.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3483 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 131 -
CMYK 0 0.70 0.24 0.33
HSL 320.5º 0.54% 0.44% -
HSV(B) 320.5º 0.7% 0.67% -
XYZ 22.34 12.87 22.78 -
YUV 96.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 172 52 131 0 0.70 0.24 0.33 320.5 0.54 0.44
Hex AC 34 83 0 46 18 21 140 36 2C
Octal 254 64 203 0 106 30 41 500 66 54
Binary 10101100 110100 10000011 0 1000110 11000 100001 101000000 110110 101100

Color Harmonies of #AC3483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3483

Black with #AC3483

Text Example


Text Example

White with #AC3483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3483; }

 p { color: rgb(172,52,131); }

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

background-color css

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

 a { background-color: rgb(172,52,131); }

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

border-color css

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

 span { border-color: rgb(172,52,131); }

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