Html Css Color HEX #AC3383 Medium Red Violet

📋 copy color: '#AC3383'

red 172 ◦ green 51 ◦ blue 131

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

Shades of Medium Red Violet #AC3383

Tints of Medium Red Violet #AC3383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

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

R = 48.59%
G = 14.41%
B = 37.01%

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

#AC3383 (or 0xAC3383) is known color: Medium Red Violet. HEX triplet: AC, 33 and 83. RGB value is (172,51,131). Sum of RGB (Red+Green+Blue) = 172+51+131=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3383 is #53CC7C. Grayscale: #606060. Windows color (decimal): -5491837 or 8598444. OLE color: 8598444.

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

Color convert

RGB 172 51 131 -
CMYK 0 0.70 0.24 0.33
HSL 320.33º 0.54% 0.44% -
HSV(B) 320.33º 0.7% 0.67% -
XYZ 22.29 12.78 22.76 -
YUV 96.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 172 51 131 0 0.70 0.24 0.33 320.33 0.54 0.44
Hex AC 33 83 0 46 18 21 140 36 2C
Octal 254 63 203 0 106 30 41 500 66 54
Binary 10101100 110011 10000011 0 1000110 11000 100001 101000000 110110 101100

Color Harmonies of #AC3383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3383

Black with #AC3383

Text Example


Text Example

White with #AC3383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3383; }

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

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

background-color css

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

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

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

border-color css

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

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

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