Html Css Color HEX #AC3299 Medium Red Violet

📋 copy color: '#AC3299'

red 172 ◦ green 50 ◦ blue 153

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

Shades of Medium Red Violet #AC3299

Tints of Medium Red Violet #AC3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 45.87%
G = 13.33%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC3299 (or 0xAC3299) is known color: Medium Red Violet. HEX triplet: AC, 32 and 99. RGB value is (172,50,153). Sum of RGB (Red+Green+Blue) = 172+50+153=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3299 is #53CD66. Grayscale: #616161. Windows color (decimal): -5492071 or 10039980. OLE color: 10039980.

HSL color Cylindrical-coordinate representation of color #AC3299: hue angle of 309.34º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3299 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 153 -
CMYK 0 0.71 0.11 0.33
HSL 309.34º 0.55% 0.44% -
HSV(B) 309.34º 0.71% 0.67% -
XYZ 23.9 13.35 31.45 -
YUV 98.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 172 50 153 0 0.71 0.11 0.33 309.34 0.55 0.44
Hex AC 32 99 0 47 B 21 135 37 2C
Octal 254 62 231 0 107 13 41 465 67 54
Binary 10101100 110010 10011001 0 1000111 1011 100001 100110101 110111 101100

Color Harmonies of #AC3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3299

Black with #AC3299

Text Example


Text Example

White with #AC3299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3299; }

 p { color: rgb(172,50,153); }

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

background-color css

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

 a { background-color: rgb(172,50,153); }

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

border-color css

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

 span { border-color: rgb(172,50,153); }

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